18.04.2010, 14:56
Quote:
Originally Posted by DraKoN
Vocк tem Idйia de como faz o Anti-/q?
|
pawn Code:
if (strcmp("/q", cmdtext, true, 10) == 0)
{
new string[44],pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, sizeof(pName));
format(string, sizeof(string), "%s usou o comando /q.",pName);
SendClientMessageToAll(0xFFFFFFFF, string);
}