Fisrt of all i wanna say im interested in 5095 binary codes, action scripts
can someone enlight me with some timed action scripts?
i am trying to do a script.
the request script serves to take players out from a certain map in 30 mins after entrance, entrance starts at 9.27 ends 9.30 and 21:27ends 21:30, ive written full code entrance script exept end one that beats me
how can i make a timed action thats is executed automatticaty by server side/ id.. or create a countdown timer that runs an id at the end, cant understand timestamps at all
someone gived me this
INSERT INTO `cq_action` VALUES (1236500, 2236500, 3236500, 1073, 0,'stc(44,31) == 0');
INSERT INTO `cq_action` VALUES (3236500, 2236500, 6236500, 1081, 0, 'interval(44,31,0) >= 3600');
INSERT INTO `cq_action` VALUES (2236500, 4236500, 0, 1074, 0, 'stc(44,31) = 1 1');
INSERT INTO `cq_action` VALUES (4236500, 5236500, 0, 1080, 0, 'timestamp(44,31) set 0');
ive tested the scipt but does'nt do anything automatically except starting a tymer, after executing /by action xxx command , you have to wait 1h, and after re execute does an action id, i wanna create countdown timer that does an action at the end automatically
can someone enlight me with some timed action scripts?
i am trying to do a script.
the request script serves to take players out from a certain map in 30 mins after entrance, entrance starts at 9.27 ends 9.30 and 21:27ends 21:30, ive written full code entrance script exept end one that beats me
how can i make a timed action thats is executed automatticaty by server side/ id.. or create a countdown timer that runs an id at the end, cant understand timestamps at all
someone gived me this
INSERT INTO `cq_action` VALUES (1236500, 2236500, 3236500, 1073, 0,'stc(44,31) == 0');
INSERT INTO `cq_action` VALUES (3236500, 2236500, 6236500, 1081, 0, 'interval(44,31,0) >= 3600');
INSERT INTO `cq_action` VALUES (2236500, 4236500, 0, 1074, 0, 'stc(44,31) = 1 1');
INSERT INTO `cq_action` VALUES (4236500, 5236500, 0, 1080, 0, 'timestamp(44,31) set 0');
ive tested the scipt but does'nt do anything automatically except starting a tymer, after executing /by action xxx command , you have to wait 1h, and after re execute does an action id, i wanna create countdown timer that does an action at the end automatically