17.02.2018, 18:12
Quote:
No offence but 95% of your posts are just requests for game-ready systems. You don't even bother looking at the documentation (SA-MP documentation) for syntax.
OT: Create an enum that has all information for the gang zone (zoneid, pos, timer, etc). Assign a variable e.g capturingZone to the player who is capturing it so under OnPlayerSpawn callback you check if he is capturing a zone or not, if yes, set his coordinates to the desired location (Storaged in the enum) When the timer ends, loop through all players that are near the gang zone and teleport them somewhere else. This is on how to create the gang zone boarders: https://sampforum.blast.hk/showthread.php?tid=250205 This is how you can create an enum & loop through two dimensional arrays: https://sampforum.blast.hk/showthread.php?tid=301933 |
O.T I don't want to capture zones, I just want people to spawn in them.