16.02.2016, 00:49
(
Последний раз редактировалось xXRevolverXx; 29.02.2016 в 13:15.
)
Hello there buddies, after releasing my Afk system, i'd to like to release this too, its kinda elegant system, easy, simple and professional.
Commands:
/cevent [Event name] [Weapon id] [Ammo] [Reward (Money)] - to make the event
/ejoin - to join the event
/sevent - to start the event
/ewinner - to announce the event winner, and give him/her his/her reward, and it will end the event in the same time (and spawn all, reset all's weapons)
/eannounce - to announce the event, name, and reward in the chat!
/eventlist - to check who's still alive in the event (Dialog work)
Menu Commands:
/Eventors - Viewing the online server event's management!
/Seteventor - Working if you're rcon or level 3 eventor (EVENT'S MANAGER)
Ranks:
1- Events manager
2- Events supervisor
3- Events planner
rank 2,3 are available to manage events, rank 1 can set eventors (/seteventor)
Hope you liked it, by the way also, when you make the event command, it will set the event position in the same position you're standing on, it's safe enough, cant be abused, and fun alot!
Example: /cevent 24 900 1000000
(deagle, 900 ammo, 1million)
then do /eannounce for 5 times, to let the people see the event, and give them time to /ejoin, then when you see them enough to run the event, do /sevent (start event), and it will automatically start!
[IMPORTANT]: TO AVERT ABUSING THE SYSTEM, WITH /WEAPONS COMMANDS! YOU'VE TO ADD THIS CODE UNDER OnPlayerCommand CALLBACK ((IN YOUR GENUINE GAMEMODE))!
EXAMPLE:
((I DIDNT ADD THIS IN THE FS BECAUSE IT MAY CAUSE MUCH BUGS!))
If you wish for any inquiry reply here!
Special thanks to, ****** For ZCMD, (SSCANF), and The forum tutorials, in which really helped me in.
DOWNLOAD: http://pastebin.com/9bQ5XHJg
Commands:
/cevent [Event name] [Weapon id] [Ammo] [Reward (Money)] - to make the event
/ejoin - to join the event
/sevent - to start the event
/ewinner - to announce the event winner, and give him/her his/her reward, and it will end the event in the same time (and spawn all, reset all's weapons)
/eannounce - to announce the event, name, and reward in the chat!
/eventlist - to check who's still alive in the event (Dialog work)
Menu Commands:
/Eventors - Viewing the online server event's management!
/Seteventor - Working if you're rcon or level 3 eventor (EVENT'S MANAGER)
Ranks:
1- Events manager
2- Events supervisor
3- Events planner
rank 2,3 are available to manage events, rank 1 can set eventors (/seteventor)
Hope you liked it, by the way also, when you make the event command, it will set the event position in the same position you're standing on, it's safe enough, cant be abused, and fun alot!
Example: /cevent 24 900 1000000
(deagle, 900 ammo, 1million)
then do /eannounce for 5 times, to let the people see the event, and give them time to /ejoin, then when you see them enough to run the event, do /sevent (start event), and it will automatically start!
[IMPORTANT]: TO AVERT ABUSING THE SYSTEM, WITH /WEAPONS COMMANDS! YOU'VE TO ADD THIS CODE UNDER OnPlayerCommand CALLBACK ((IN YOUR GENUINE GAMEMODE))!
EXAMPLE:
PHP код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(InEvent[playerid] == 1) return SendClientMessage(playerid, -1, " ");
return 1;
}
If you wish for any inquiry reply here!
Special thanks to, ****** For ZCMD, (SSCANF), and The forum tutorials, in which really helped me in.
DOWNLOAD: http://pastebin.com/9bQ5XHJg