[Include] [INC]Teleports
#3

instead of having this saved on notepad, you could change it to on a pawno filterscript (just have include <sa-mp> (or whatever) at the top and put the commands under:

OnPlayerCommandText(playerid, cmdext[])


also shadowww you don't need to make such a big fuss when all you or he has to add to the teleports is:

if the player is in a vehicle, put after setvehiclepos:
Код:
new VID = GetPlayerVehicleID(playerid);
SetVehicleVirtualWorld(VID,0);
if the player isnt in a vehicle, put after setplayerpos:
Код:
SetPlayerInterior(playerid,0);
Reply


Messages In This Thread
[INC]Teleports - by Forb - 30.01.2009, 11:50
Re: [INC]Teleports - by yom - 30.01.2009, 19:24
Re: [INC]Teleports - by Badger(new) - 30.01.2009, 19:31
Re: [INC]Teleports - by yom - 30.01.2009, 20:03
Re: [INC]Teleports - by Forb - 30.01.2009, 20:06
Re: [INC]Teleports - by yom - 30.01.2009, 20:09

Forum Jump:


Users browsing this thread: 2 Guest(s)