Alright I have two major questions on my hand. One serious, the other, not so much.
Alright, I will start off with the most problematic one: a script I developed. I basically wanted the player to enter a trigger zone, pause for 3000 milliseconds (approximately 3 seconds), reload his gun automatically, then the player can take control again.
Two problems:
1. After the player is 'frozen' by the trigger, he can't be unfrozen, even after 3000 ms has passed.
2. The guy doesn't automatically reload his gun.
HELP!
Here's the code:
; Artificial Intelligence Script
;Header
desc = This is my second time attempting a coding sequence. Many apologies for any errors encountered.
:plrwithinzone=1:state=1
:state=1:plrfreeze=3000,state=2
:state=2:reloadweapon
;End of Script
and second question: I have noticed that I post a lot of questions
quite frequently. Does it irritate any of the admins or moderators?
Just want to know. Thanks!