Likes: 0
Results 1 to 3 of 3
Thread: [Lua] Event system
-
22-11-09, 08:43 AM #1
[Lua] Event system
Register to remove this adEvent system
This is an event system I made. I'd like to share it with the community. Ok i'll explain what it does.
Its a kind of system when you type in a command players will be able to join that event by typing a simple command, will be able to revive in the event area, when the GM activates the revive command, and some more things.
The commands:
#event activate - Will make players able to join the event. (GM only)
#event deactivate - Will close the event, you can no longer join. (GM only)
#event join - The command to join the event.
#revive - The command to revive yourself.
#event leave - The command to leave the event.
#event commands - Shows a list of the commands.
#event remind - Sends a msg to all players to remind them that there is an event going on. (GM only)
#revive activate - Activates the revive command. (GM only)
#revive deactivate - Deactivates the revive command. (GM only)
I made it possible to deactivate the revive command so players wont be able to revive in PvP events.
The script: http://pastebin.com/f3f8cf11b
› See More: [Lua] Event systemLast edited by Grandelf; 22-11-09 at 08:47 AM.
-
22-11-09, 11:30 AM #2
Nice release Grand +rape
No touching please.
-
24-11-09, 01:25 PM #3
Register to remove this adVery awesome, keep up the good work