їerror de comando?
#1

їPor quй al usar el comando /tpc me aparece "Introduciste un comando inexistente, escribe /ayuda"?

pawn Код:
if (strcmp(cmdtext, "/tpc", true)==0)
{
new Float:x, Float:y, Float:z;
new tmp[128];
tmp = strtok(cmdtext, idx);
if (!strlen(tmp) || !strlen(tmp)) return SendClientMessage(playerid, 0xFF0000AA, "Usa: /tpc <X> <Y> <Z>");
else
{
SetPlayerPos(playerid, x, y, z);
SendClientMessage(playerid, 0xFF0000AA, "Teletransportado.");
}
return 1;
}
Reply


Messages In This Thread
їerror de comando? - by Glimma - 25.08.2012, 20:50
Respuesta: їerror de comando? - by Fluid016 - 25.08.2012, 21:34
Respuesta: їerror de comando? - by OTACON - 25.08.2012, 21:36
Re: їerror de comando? - by Glimma - 25.08.2012, 21:54
Re: їerror de comando? - by Daniel-92 - 25.08.2012, 23:19
Re: їerror de comando? - by Glimma - 26.08.2012, 00:30
Respuesta: їerror de comando? - by Jose_grana - 26.08.2012, 00:56
Respuesta: Re: їerror de comando? - by Daniel-92 - 26.08.2012, 01:30
Respuesta: Re: їerror de comando? - by OTACON - 26.08.2012, 18:52

Forum Jump:


Users browsing this thread: 3 Guest(s)