Quote:
Originally Posted by DarK TeaM PT
garfield й melhor fazer assim
pawn Code:
public OnPlayerCommandText(playerid, cmdtext[]) { if(strcmp(cmdtext,"/eusouomelhor",true)==0) { SendClientMessage(playerid, COLOR_RED, "Ya es o melhor..."); new string[128] name ; GetPlayerName(playerid, name, MAX_PLAYER_NAME); format(string, sizeof(string), "%s foi banido usou hacks AUTO BAN",name); SendClientMessageToAll(COLOR_RED, string); SendClientMessageToAll(COLOR_RED, "Faz o tutorial /tut"); Ban(playerid); return 1; } if(strcmp(cmdtext,"/tut",true)==0) { return OnPlayerCommandText(playerid, "/eusouomelhor"); } return 0; }
Acho os melhores comandos de todos :P
|
@Dark Nгo entendi oq vocк quis dizer com isto ?
@ TOPIC
Getar Mбximo de players
Exemplo:
pawn Code:
new string[138];
format(string, 138," Agora tem %d de Slots"GetMaxPlayers());
SendClientMessage(playerid,COR,string);