Facebook
From .KaPi, 7 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 441
  1. options:    
  2.         msg1:&6&lSurvivalovo&8> &3Pozycja spawn w endzie x: 0 z: 0 / w netherze x: 0 z: 0
  3.         msg2:&6&lSurvivalovo&8> &3TeamSpeak serwera: &aBRAK
  4.         msg3:&6&lSurvivalovo&8> &cNie cheatuj - i tak cie zlapiemy!
  5.         msg4:&6&lSurvivalovo&8> &3Aktualna granica mapy: &a6000 kratek
  6.         msg5:&6&lSurvivalovo&8> &cStaramy sie polepszac serwer ;)
  7.         czas: 20
  8.         world: world #Nazwa swiata
  9. every {@czas} real seconds:
  10.         loop all players:
  11.                 loop-player is in world "{@world}":
  12.                         {auto.spam} is not set:
  13.                                 set {auto.spam} to 1
  14.                                 stop
  15.                         {auto.spam} is 1:
  16.                                 send "{@msg1}" to the loop-player
  17.                                 set {auto.spam} to 2
  18.                                 stop
  19.                         {auto.spam} is 2:
  20.                                 send "{@msg2}" to the loop-player
  21.                                 set {auto.spam} to 3
  22.                                 stop
  23.                         {auto.spam} is 3:
  24.                                 send "{@msg3}" to the loop-player
  25.                                 set {auto.spam} to 4
  26.                                 stop
  27.                         {auto.spam} is 4:
  28.                                 send "{@msg4}" to the loop-player
  29.                                 set {auto.spam} to 5
  30.                                 stop
  31.                         {auto.spam} is 5:
  32.                                 send "{@msg5}" to the loop-player
  33.                                 set {auto.spam} to 6
  34.                                 stop

Replies to AutoMessage rss

Title Name Language When
Re: AutoMessage Scorching Elephant text 7 Years ago.