[FilterScript] [FS] Teleport Menu
#10

Heeey! Not, not true ! This FS have a problem !
If this player not in any veichle, FS can't apply "SetVehiclePos(araba, 420.2640,2521.1553,16.4844);" code and an error! ?

This codes should be as:
Код:
if(IsPlayerInAnyVehicle(playerid))
{
new arac = GetPlayerVehicleID(playerid);
SetVehiclePos(arac,x,y,z);
SetPlayerPos(playerid,x,y,z);
PutPlayerInVehicle(playerid,arac,0);
}else{
SetPlayerPos(playerid,x,y,z);
}
I will edit and publish true version pawno in this topic.

I can't speakt english better. Sorry =)
Reply


Messages In This Thread
[FS] Teleport Menu - by [AoA]RyDeR - 24.02.2009, 19:05
Re: [FS] Teleport Menu - by Weirdosport - 24.02.2009, 19:30
Re: [FS] Teleport Menu - by Nimphious - 24.02.2009, 19:33
Re: [FS] Teleport Menu - by [AoA]RyDeR - 24.02.2009, 20:20
Re: [FS] Teleport Menu - by RyDeR` - 24.02.2009, 20:24
Re: [FS] Teleport Menu - by ZakuAbumi - 25.02.2009, 13:33
Re: [FS] Teleport Menu - by robanswe - 25.02.2009, 16:50
Re: [FS] Teleport Menu - by blastervirus - 27.02.2009, 11:17
Re: [FS] Teleport Menu - by RobJohnB95 - 10.03.2009, 22:54
Re: [FS] Teleport Menu - by SystemMaiN - 18.08.2009, 17:22

Forum Jump:


Users browsing this thread: 5 Guest(s)