Guys how to do /enter and /exit cmds on the pickup? - 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: Guys how to do /enter and /exit cmds on the pickup? (
/showthread.php?tid=189973)
Guys how to do /enter and /exit cmds on the pickup? -
Ehab1911 - 13.11.2010
Guys how to do /enter and /exit cmds on the pickup?
Like when I go on the pickup it tells me to type /enter to enter and /exit to exit.
please tell me how
Re: Guys how to do /enter and /exit cmds on the pickup? -
Noss* - 13.11.2010
https://sampwiki.blast.hk/wiki/Category:Scripting_Functions
Or,Download a different script open the .pwn file ctrl+f search /enter and look at the way its done
This forum requires that you wait 120 seconds between posts. Please try again in 1 seconds.
Re: Guys how to do /enter and /exit cmds on the pickup? -
Shadow_ - 13.11.2010
wow Ehab .. i haven't seen you in a long time .. i have you on MSN :P
But you could use
IsPlayerToPoint
IsPlayerInRangeOfPoint
but i personally would put a 3D Text above a Pickup .. saying [ /enter - /exit ]
Re: Guys how to do /enter and /exit cmds on the pickup? -
Ehab1911 - 13.11.2010
Hii Shadow!!! sup ma man! Talk to me on MSN please! My friend wants me to make some pickups for him xD And I am still new at this rofl.
Re: Guys how to do /enter and /exit cmds on the pickup? -
Ehab1911 - 13.11.2010
Please help me guys
Re: Guys how to do /enter and /exit cmds on the pickup? -
pater - 13.11.2010
Use CreatePickup for this, and add to your /enter /exit if(IsPlayerToPoint(playerid, distance, pickupcoordx, pickupcoordy, pickupcoordz))
Best Regards