27.04.2011, 02:34
Код:
if(strcmp(cmdtext, "/cj", true) == 0)
{
if(GetPVarInt(playerid, "Admin") == 1)
{
SendClientMessage(playerid, 0xFF0000AA, " *** SERVER: You changed your skin to cj!");
SetPlayerSkin(playerid, 0);
}
else
{
SendClientMessage(playerid, 0xFF0000AA, " *** ERROR: You are not 1 level admin!");
}
return 1;
}
EDIT: server shows unknown command on all commands. what can be the problem?

