Vice City Multiplayer

VC:MP => mIRC/pawn Scripting => Topic started by: FreakWay on November 11, 2009, 09:16:26 PM

Title: Help please!
Post by: FreakWay on November 11, 2009, 09:16:26 PM
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.


* 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 11, 2009, 10:10:43 PM
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 11, 2009, 10:37:15 PM
If you want to find the timer/timers in the script, add !. to the front of timer

for example, it may be
timer 1 1 vcmp.say 1 blah
or
/timer 1 1 vcmp.say 1 blah
or even
.timer 1 1 vcmp.say 1 blah

in which case, change it to
!.timer 1 1 vcmp.say 1 blah

and you wont get any more spam :)