SA-MP Forums Archive
perform command on a specific map - 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: perform command on a specific map (/showthread.php?tid=497529)



perform command on a specific map - Extraordinariness - 27.02.2014

so I've created my own lobby via SetTimerEx and SetPlayerPos thingy, how could I perform specific tasks on my lobby? Because players will just use lobby comamnds outside lobby. How could I ? [+rep]


Re: perform command on a specific map - UnknownOwner - 27.02.2014

Try out
If(IsPlayerInRangeOfPoint

or

You can create a stock function to check if it is in range of your Lobby...


Re: perform command on a specific map - Extraordinariness - 27.02.2014

thanks, repped