28.10.2014, 16:21
Quote:
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { if(Anims_OnPlayerCommandText(playerid, cmdtext)) return 1; new string[128]; new cmd[128]; new tmp[128]; new idx; new playerid2; new Nombre2[MAX_PLAYER_NAME]; new Nombre[MAX_PLAYER_NAME]; cmd = strtok(cmdtext, idx); |
PD: cambia el nombre del callback OnPlayerCommandText a 'OnPlayerCommandReceived' y prueba