25.04.2012, 01:36
pawn Код:
CMD:anuncio1(playerid, params[])
{
if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, Vermelho, "[ERRO]: Vocк nгo tem permissгo para fazer isso!");
if(!strlen(params)) return SendClientMessage(playerid,Vermelho,"[ERRO]: Use /ann <texto>");
return GameTextForAll(params,5000,3);
}