Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: FreakWay on November 12, 2009, 12:16:26 am

Title: Help please!
Post by: FreakWay on November 12, 2009, 12:16:26 am
Well,my script is PsychoScript and i have this on the main mirc tab:
I would like to know if this is normal or if its a mistake in the script,if its a mistake,i would like you to help me fix it.

Code: [Select]
* Timer 1 activated
-
* Timer 1 halted
-
* Timer 1 activated
-
* Timer 1 halted
-
* Timer 1 activated
-
* Timer 1 halted
-
* Timer 1 activated
-
* Timer 1 halted
-
* Timer 1 activated
-
* Timer 1 halted
-
* Timer 1 activated
-
* Timer 1 halted
-
* Timer 1 activated
-
* Timer 1 halted
-
* Timer 1 activated
-
* Timer 1 halted
-
[18:14:43] [color=green]Ping? Pong![/color]

Regards Freakway~
Title: Re: Help please!
Post by: thijn on November 12, 2009, 01:10:43 am
It is normal.
It just says a timer has started, And when the timer stopped it says halted.
Title: Re: Help please!
Post by: VRocker on November 12, 2009, 01:37:15 am
If you want to find the timer/timers in the script, add !. to the front of timer

for example, it may be
Code: [Select]
timer 1 1 vcmp.say 1 blahor
Code: [Select]
/timer 1 1 vcmp.say 1 blahor even
Code: [Select]
.timer 1 1 vcmp.say 1 blah
in which case, change it to
Code: [Select]
!.timer 1 1 vcmp.say 1 blah
and you wont get any more spam :)