19.08.2010, 00:48
simples:
Retirado do :
Afk system Garfield.
pawn Код:
new naofalar[MAX_PLAYERS];
// No comando : naofalar[playerid] == 1;
public OnPlayerText(playerid, text[])
{
if(naofalar[playerid] == 1)
{
SendClientMessage(playerid, cor," Vocк nгo pode Falar ");
return 0;
}
return 1;
}
Afk system Garfield.

