which caused the crash but i cant understand why D: can someone tell me then how am i supposed to delete the trig in 15 seconds?
can someone tell me what might be causing the crash? :C it was fine some days ago and after adding some stuff and jei's bo zipline it started to give problems
and check if it has reached 15 seconds each time at the beginning of the loop:
Code Snippet
Plaintext
if(trigger_deleting == 300) trig delete();
make sure to initialize "trigger_deleting" at the beginning of the script.
Code Snippet
Plaintext
trigger_deleting = 0;
Post Merge: April 24, 2014, 02:33:38 amAlso, as a side note, the perk "specialty_leadfoot" is already being used by Treyarch for bowie knife melee damage or something, so you may want to change your perk name.
and check if it has reached 15 seconds each time at the beginning of the loop:
Code Snippet
Plaintext
if(trigger_deleting == 300) trig delete();
make sure to initialize "trigger_deleting" at the beginning of the script.
Code Snippet
Plaintext
trigger_deleting = 0;
Post Merge: April 24, 2014, 02:33:38 amAlso, as a side note, the perk "specialty_leadfoot" is already being used by Treyarch for bowie knife melee damage or something, so you may want to change your perk name.
i thought in that but as the trigger being used by the player with perk and one with no perk would cause changes in the code it was better to use the threaded delete i just changed the name of timeout and done Post Merge: April 24, 2014, 02:47:19 amfor fucks sake xc damn you treyarch, then which are other perk names aviable? ;n;
Last Edit: April 24, 2014, 02:47:19 am by jjbradman
Also, as a side note, the perk "specialty_leadfoot" is already being used by Treyarch for bowie knife melee damage or something, so you may want to change your perk name.