Author Topic: ARSSE Help.  (Read 887 times)

0 Members and 1 Guest are viewing this topic.

Offline Pawi

  • Major(1)
  • Posts: 16
    • BoG Clan Site
ARSSE Help.
« on: April 05, 2007, 05:29:08 am »
At first i won't say I'm new;)

I have a some question about arsse. Hope someone would help me;)

1. Can i define Variables in Arsse?
2. Is there any "repeat" command?
3. Is there any possibility to play sound on event? Ex. Score?
4. Is ARSSE work on Any version of Dedicated Server?
5. I write this script by my first;) Bit it's don't working;/ It's have too send PM to Server Admin wifth numbers of Players. What's wrong in it?

Code: [Select]
if $MESSAGE = !no
repeat
$PLAYER_NUM = 0
/pm adminnick $PLAYER_NAME : $PLAYER_NUM
$PLAYER_NUM = $PLAYER_NUM +1
endif

Offline EnEsCe

  • Retired Soldat Developer
  • Flamebow Warrior
  • ******
  • Posts: 3101
  • http://enesce.com/
    • [eC] Official Website
Re: ARSSE Help.
« Reply #1 on: April 05, 2007, 05:48:50 am »
No, ARSSE doesn't support custom variables. No, ARSSE can not do repeat loops, and no, the /pm command does not support target names, only target ID's. And no, you can't play sounds. But, yes ARSSE scripts work on any version of the dedicated server.

Offline Pawi

  • Major(1)
  • Posts: 16
    • BoG Clan Site
Re: ARSSE Help.
« Reply #2 on: April 05, 2007, 05:52:59 am »
Thx for help;)