09.03.2009, 22:05
I am not sure what you are trying to say. I this correct.
Код:
SetTimer("Textdraw123", 300, 1);
Public Textdraw123()
{
if(strcmp(cmd, "/ss", true) == 0)
{
if (AccountInfo[playerid][AdminLevel] >= 5 || IsPlayerAdmin(playerid))
}
forward Textdraw123();
TextDrawShowForAll(Text:Textdraw0);
{
else
}
SendClientMessage(playerid, RED, "You Are Not A Lead Admin!");
}
return 1;
}

