Cambiar de strcmp a zcmd errores ayuda
#9

aqui lo tienes todo el onplayercommandtext
Quote:

public OnPlayerCommandText(playerid, cmdtext[])
{
new cmd[128];
new idx;
cmd = strtok(cmdtext, idx);

if (strcmp("/kill", cmdtext, true) == 0)
{
SetPlayerHealth(playerid, 0);
return 1;
}

Reply


Messages In This Thread
Cambiar de strcmp a zcmd errores ayuda - by Lanzik - 13.01.2015, 16:08
Re: Cambiar de strcmp a zcmd errores ayuda - by LiMPiTo - 13.01.2015, 16:11
Re: Cambiar de strcmp a zcmd errores ayuda - by Lanzik - 13.01.2015, 16:52
Re: Cambiar de strcmp a zcmd errores ayuda - by Lanzik - 13.01.2015, 16:54
Respuesta: Cambiar de strcmp a zcmd errores ayuda - by jotajeda - 13.01.2015, 17:02
Re: Cambiar de strcmp a zcmd errores ayuda - by Lanzik - 13.01.2015, 17:10
Re: Cambiar de strcmp a zcmd errores ayuda - by Lanzik - 13.01.2015, 17:12
Re: Cambiar de strcmp a zcmd errores ayuda - by LiMPiTo - 13.01.2015, 17:27
Re: Cambiar de strcmp a zcmd errores ayuda - by Lanzik - 13.01.2015, 17:30
Re: Cambiar de strcmp a zcmd errores ayuda - by LiMPiTo - 13.01.2015, 17:48

Forum Jump:


Users browsing this thread: 2 Guest(s)