Author Topic: Help please!  (Read 2298 times)

0 Members and 1 Guest are viewing this topic.

Offline FreakWay

  • Street Thug
  • *
  • Posts: 22
  • Elite Paradise Professional Server Management
    • View Profile
Help please!
« 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~
| [R2] Elite Paradise VC-MP Server | Server: 201.238.222.81:5192 | Forums: http://life-urban.co.cc |

Offline thijn

  • LU testers
  • VC:MP Veteran
  • *
  • Posts: 667
  • Im proud to be pro.
    • View Profile
    • Vice Underdogs
Re: Help please!
« Reply #1 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.

Offline VRocker

  • LU Developer
  • Wiseguy
  • *
  • Posts: 63
    • View Profile
    • Liberty Unleashed - GTA3 Multiplayer Mod
Re: Help please!
« Reply #2 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 :)