comando de teleporte
#3

pawn Код:
#include <zcmd>
pawn Код:
CMD:ir(playerid, params[])
{
    new id;
   
    new interior = GetPlayerInterior(id);
   
    new Float: x, Float: y, Float: z;
   
    if(sscanf(params, "u", id) ) return SendClientMessage(playerid, 0xFFFFFFFF, "Digite: /ir id.");
   
    GetPlayerPos(id, x, y, z);
    SetPlayerInterior(playerid, interior);
    SetPlayerPos(playerid, x, y, z);
    return 1;
}
Reply


Messages In This Thread
comando de teleporte - by williamgato - 14.01.2011, 11:40
Re: comando de teleporte - by victor304 - 14.01.2011, 11:46
Re: comando de teleporte - by Sa-mp scripter - 14.01.2011, 11:47
Re: comando de teleporte - by victor304 - 14.01.2011, 11:49
Re: comando de teleporte - by williamgato - 14.01.2011, 12:14

Forum Jump:


Users browsing this thread: 1 Guest(s)