Teletrasportacion sin dejar el auto
#2

podes hacer algo asi:
pawn Код:
if(strcmp(cmdtext, "/comando", true) == 0){
    if(!IsPlayerInVehicle(playerid))return SetPlayerPos(playerid, 0.0, 0.0, 0.0);
    else return SetVehiclePos(GetPlayerVehicleID(playerid), 0.0, 0.0, 0.0);
}
Reply


Messages In This Thread
Teletrasportacion sin dejar el auto - by pegazo15 - 20.09.2010, 04:02
Respuesta: Teletrasportacion sin dejar el auto - by TheChaoz - 20.09.2010, 04:08
Respuesta: Teletrasportacion sin dejar el auto - by pegazo15 - 20.09.2010, 04:38
Respuesta: Teletrasportacion sin dejar el auto - by elvago - 20.09.2010, 05:26
Respuesta: Teletrasportacion sin dejar el auto - by TheChaoz - 20.09.2010, 16:00
Re: Teletrasportacion sin dejar el auto - by cocolabush - 20.09.2010, 17:31

Forum Jump:


Users browsing this thread: 3 Guest(s)