Posts: 1,197
Threads: 85
Joined: Jan 2011
Quote:
Originally Posted by paulor
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[]) { new cmd[256]; new idx; cmd = strtok(cmdtext, idx); return SendClientMessage(playerid , -1 ,"[ERRO] Comando Invalido."); }
Creio q vc nгo conhece a include ZCMD!
pawn Код:
CMD:regras(playerid,params[]) { new comandos[2000]; SendClientMessage(playerid , -1 ,"==================================================="); SendClientMessage(playerid , -1 ,"¤Hard Killing¤ Regras: "); SendClientMessage(playerid , v ,"Embreve..."); SendClientMessage(playerid , -1 ,"==================================================="); strins(comandos,"{00EEFF}|===================================================| \n ",strlen(comandos)); strins(comandos,"{00EEFF} ¤Hard Killing¤ Regras: \n ",strlen(comandos)); strins(comandos,"{FFAE00}Embreve... \n ",strlen(comandos)); strins(comandos,"{00EEFF}|===================================================| \n ",strlen(comandos)); ShowPlayerDialog(playerid, 12 , DIALOG_STYLE_MSGBOX , "{F60000}•REGRAS DO SERVIDOR •",comandos, "Fechar", "");
return 1; }
PQP! Q isso mano... Definiu 2000 celulas sendo q esta usando 271 celulas apenas!
Mas vou levar em consideraзгo o seu esforзo...
|
Que porra foi essa? O_o