25.11.2010, 17:13
What's wrong with this ?
pawn Код:
if(strcmp(cmd, "/aduty", true) == 0)
{
if(IsPlayerAdmin(playerid, 1))
{
GameTextForAll(playerid, "Admin %s is now on duty.", 6000);
}
return 1;
}