SA-MP Forums Archive
Question about RP 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Question about RP map (/showthread.php?tid=252118)



Question about RP map - vicesource - 30.04.2011

I would like to "limit" my RP server to Fort Carson / Las Barrancas, but I don't know how to do it. I tried to put objects around FC and LB, but without success: SA-MP crashes when I put a right number of objects. I was using object 9285, and I was using this program: https://sampforum.blast.hk/showthread.php?tid=139409.
Any tips for me?


Re: Question about RP map - Vero - 30.04.2011

Well you could only have business, houses, vehicles ect in only these areas so players will have no reason to leave the area.


Re: Question about RP map - blackwave - 30.04.2011

You could use the gzone maker for make a gzone around where you want to the RP be at (Just for get the area you want); Later use the functio "IsPlayerInArea" on OnPlayerUpdate, and if wouldn't be there, Set their position you want for.


Re: Question about RP map - vicesource - 30.04.2011

Quote:
Originally Posted by Vero
Посмотреть сообщение
Well you could only have business, houses, vehicles ect in only these areas so players will have no reason to leave the area.
Yes, I thought about it, but players would go away doing non-rp and stuff. I can't find in the code I downloaded the coordinates of "teles" to inside bizzes and houses...

Quote:
Originally Posted by blackwave
Посмотреть сообщение
You could use the gzone maker for make a gzone around where you want to the RP be at (Just for get the area you want); Later use the functio "IsPlayerInArea" on OnPlayerUpdate, and if wouldn't be there, Set their position you want for.
Can you explain it better, please?