04.08.2011, 10:11
(
Последний раз редактировалось Famalamalam; 04.08.2011 в 12:16.
)
Top of OnPlayerCommandText:
pawn Код:
if(MuteSpawn[playerid] == 1 && AccountInfo[playerid][Register] == 1)
{
if(strcmp(cmd, "/login", true) == 0)
{
}
else
{
SendClientMessage(playerid, COLOR_YELLOW,"This account is registered - you must log in before chatting or using commands! Use /login [password].");
return 1;
}
}
// Rest of commands