PAWNO scripting: Teleport with Cars?
#4

Put this under /mod1
pawn Код:
{
       new vehid = GetPlayerVehicleID(playerid) ;
       SetVehiclePos(vehid, //your coords);
       SetPlayerPos(playerid, //your coords) ;
       PutPlayerInVehicle(playerid, vehid, 0);
       // and your SendClientMessage
}
Reply


Messages In This Thread
PAWNO scripting: Teleport with Cars? - by nabeelfarooqui98 - 03.08.2013, 19:05
Re : PAWNO scripting: Teleport with Cars? - by Garwan50 - 03.08.2013, 19:21
Re: PAWNO scripting: Teleport with Cars? - by nabeelfarooqui98 - 03.08.2013, 19:31
Re: PAWNO scripting: Teleport with Cars? - by arjanforgames - 03.08.2013, 19:49

Forum Jump:


Users browsing this thread: 1 Guest(s)