comando gethere error con ID 0
#5

CMD:gethere(playerid,params[])
{
new id, id2, Float, Float:y, Float:z;
if(!IsPlayerAdmin(playerid)) return 0;
{
if(sscanf(params,"u",id)) return SendClientMessage(playerid,COLOR_RED,"[ERROR]: /gethere [playerID]");
GetPlayerPos(id2, x, y, z);
SetPlayerPos(id, x+1, y+1, z);
}
return 1;
}
Reply


Messages In This Thread
comando gethere error con ID 0 - by benjas09 - 17.02.2013, 15:19
Respuesta: comando gethere error con ID 0 - by OTACON - 17.02.2013, 15:43
Respuesta: comando gethere error con ID 0 - by benjas09 - 17.02.2013, 19:41
Respuesta: comando gethere error con ID 0 - by JustBored - 17.02.2013, 19:44
Respuesta: comando gethere error con ID 0 - by OTACON - 17.02.2013, 20:12
Respuesta: comando gethere error con ID 0 - by benjas09 - 17.02.2013, 20:22

Forum Jump:


Users browsing this thread: 1 Guest(s)