02.09.2012, 14:57
Quote:
OnKeyStateChange (or something):
Check if the player presses the FIRE key and if he is in a HYDRA. Then check if he is in the combat zone: if he is > Let him do whatever he wants if he isnt > KILL THE FKER! Now create a timer that checks every X seconds and check the area: Код:
If IsPlayerInArea(gangzone) if variable == TRUE Send Message variable = false else (not in gangzone) if variable == FALSE Send Message variable = true |