Little Help

Slicer

New member
Messages
174
Points
0
Emulator
Hello good night person,

We would like to know if anyone can please help me with a little problem ... the following picture is self-explanatory.

Lmgtd8J.png


I've broken the head and yet still persists in this business does not work ... can someone please help me? follows the line of the script error:

if(((EC_Lasttime + $EC_Cooldown > gettimetick(2) && EC_Lasttime < gettimetick(2)) || (EC_Lasttime > gettimetick(2) && EC_Lastinstid != instance_id(1))) && getgmlevel() < $EC_GM){ 

I thank you too who can help me.

 
.@inst = instance_id();

EC_Lastinstid != .@inst

instance_id doesn't accept anything inside (), it gets the id from the attached script I guess

 
Back
Top