enter and exit system - 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)
+--- Thread: enter and exit system (
/showthread.php?tid=489444)
enter and exit system -
AhmedMohamed - 22.01.2014
i need enter/exit system please
Re: enter and exit system -
Luis- - 22.01.2014
pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 2.5, x, y, z)) {
SetPlayerPos(playerid, intx, inty, intz);
SetPlayerInterior(playerid, intid);
}
I'm not making it all for you.
Re: enter and exit system -
AhmedMohamed - 22.01.2014
I don't mean command , I mean system