05.01.2012, 12:17
Hey i have problems with
code:
Error:
Its Compliting But /acmds dont work!
code:
pawn Код:
dcmd_acmds(playerid, params[])
{
if(gPlayerInfo[playerid][PLAYER_LEVEL] < gCommands[ACMDS])
{
new string[128];
format(string, sizeof(string), "You must be a level %d administrator to use that command!", gCommands[ACMDS]);
SendClientMessage(playerid, COLOR_ORANGE, string);
}
else
{
SendClientMessage(playerid, COLOR_ORANGE, "ADMIN COMMANDS: /kick,/ban");
}
return 1;
}
Код:
C:\Users\eesti\Desktop\test1\COD\filterscripts\Admin.pwn(496) : warning 203: symbol is never used: "params" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning.