LordJasz
New member
- Messages
- 8
- Points
- 0
Hello! I've found a little miss on the npc timer.
220 for(.@i = $@MaxMin; .@i > 0; .@i--)
221 {
222 announce "Devil Square will begin in " + .@i + " minutos!", 0;
223 sleep 6000;
224 }
225 if( getmapusers("ordeal_1-1") == 0 )
it came as 1 min = 6 seconds.
just put change for 60000 the sleep!
Really Nice Npc ! o/
220 for(.@i = $@MaxMin; .@i > 0; .@i--)
221 {
222 announce "Devil Square will begin in " + .@i + " minutos!", 0;
223 sleep 6000;
224 }
225 if( getmapusers("ordeal_1-1") == 0 )
it came as 1 min = 6 seconds.
just put change for 60000 the sleep!
Really Nice Npc ! o/