Please Help : Yellow Arrows ! - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Please Help : Yellow Arrows ! (
/showthread.php?tid=262339)
Please Help : Yellow Arrows ! -
sebytzu - 17.06.2011
I remove all arrows and i I want to replace them with pickups and create /enter and /exit commands, but I have the same interior for same /enter command and when I use /exit command I didn't appear on the same place I enter. Please HELP!
Re: Please Help : Yellow Arrows ! -
sebytzu - 17.06.2011
Pease Help!
AW: Please Help : Yellow Arrows ! -
Nero_3D - 17.06.2011
Use
pawn Код:
DisableInteriorEnterExits();
under OnGameModeInit to remove all arrows
You need to create the /enter, /exit and the pickups by yourself
Just save the pickupid he entered and set his position back in exit
Re: Please Help : Yellow Arrows ! -
sebytzu - 17.06.2011
Solved, I used SetPlayerVirtualWorld and GetPlayerVirtualWorld
Thanks anyway Nero_3D!