CMD:a(playerid, params[])
{
new string[144];
if(Info[playerid][pAdmin] < 1) return 1;
if(sscanf(params, "s", params[0])) return SCM(playerid, COLOR_WHITE, "Используйте: /a [текст]");
format(string, sizeof(string), "%d lvl | %s %s | {FFFFFF}%s",Info[playerid][pAdmin], GetPlayerAdmins(playerid), GN(playerid), params[0]);
ASCM(COLOR_ORANGE, string, 1);
return 1;
}
Вот ошибка:
C:\Users\Ingar\Desktop\PAWNO\Samp0.3z\gamemodes\new.pwn(986) : error 012: invalid function call, not a valid address
C:\Users\Ingar\Desktop\PAWNO\Samp0.3z\gamemodes\new.pwn(986) : warning 215: expression has no effect
C:\Users\Ingar\Desktop\PAWNO\Samp0.3z\gamemodes\new.pwn(986) : warning 215: expression has no effect
C:\Users\Ingar\Desktop\PAWNO\Samp0.3z\gamemodes\new.pwn(986) : warning 215: expression has no effect
C:\Users\Ingar\Desktop\PAWNO\Samp0.3z\gamemodes\new.pwn(986) : error 001: expected token: ";", but found ")"
C:\Users\Ingar\Desktop\PAWNO\Samp0.3z\gamemodes\new.pwn(986) : error 029: invalid expression, assumed zero
C:\Users\Ingar\Desktop\PAWNO\Samp0.3z\gamemodes\new.pwn(986) : fatal error 107: too many error messages on one line
Помогите как исправить
{
new string[144];
if(Info[playerid][pAdmin] < 1) return 1;
if(sscanf(params, "s", params[0])) return SCM(playerid, COLOR_WHITE, "Используйте: /a [текст]");
format(string, sizeof(string), "%d lvl | %s %s | {FFFFFF}%s",Info[playerid][pAdmin], GetPlayerAdmins(playerid), GN(playerid), params[0]);
ASCM(COLOR_ORANGE, string, 1);
return 1;
}
Вот ошибка:
C:\Users\Ingar\Desktop\PAWNO\Samp0.3z\gamemodes\new.pwn(986) : error 012: invalid function call, not a valid address
C:\Users\Ingar\Desktop\PAWNO\Samp0.3z\gamemodes\new.pwn(986) : warning 215: expression has no effect
C:\Users\Ingar\Desktop\PAWNO\Samp0.3z\gamemodes\new.pwn(986) : warning 215: expression has no effect
C:\Users\Ingar\Desktop\PAWNO\Samp0.3z\gamemodes\new.pwn(986) : warning 215: expression has no effect
C:\Users\Ingar\Desktop\PAWNO\Samp0.3z\gamemodes\new.pwn(986) : error 001: expected token: ";", but found ")"
C:\Users\Ingar\Desktop\PAWNO\Samp0.3z\gamemodes\new.pwn(986) : error 029: invalid expression, assumed zero
C:\Users\Ingar\Desktop\PAWNO\Samp0.3z\gamemodes\new.pwn(986) : fatal error 107: too many error messages on one line
Помогите как исправить