[FilterScript] Events system - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Events system (
/showthread.php?tid=587977)
Events system -
jlalt - 04.09.2015
Includes:
a_samp
zcmd
streamer
Commands:
Events list:
Minigun event:
pastebin link:
http://pastebin.com/nAQsQR2m
Download link:
http://www.solidfiles.com/d/6be3d5916e/
Re: Events system -
Variable™ - 04.09.2015
Awesome
Re: Events system -
Fancy - 04.09.2015
Nice
Re: Events system -
Karan007 - 04.09.2015
Nice one. Good job.
Re: Events system -
jlalt - 04.09.2015
Quote:
Originally Posted by 1Deagle1
Awesome
|
Thanks
Quote:
Originally Posted by Fancy
Nice
|
Thanks
Quote:
Originally Posted by karan007
Nice one. Good job.
|
Thanks
Re: Events system -
Bomber07 - 05.09.2015
nice
Re: Events system -
jlalt - 05.09.2015
Quote:
Originally Posted by Bomber07
nice
|
Thanks
Re: Events system -
lanix - 05.09.2015
good work
Re: Events system -
xXLegendaryXx - 05.09.2015
Really nice event system, suits every server. I will 100% use this.
+rep
Re: Events system -
jlalt - 05.09.2015
Quote:
Originally Posted by lanix
good work
|
Thanks
Quote:
Originally Posted by xXLegendaryXx
Really nice event system, suits every server. I will 100% use this.
+rep
|
Thanks
Re: Events system -
Logic_ - 06.09.2015
the package on solidfiles has a malware
Re: Events system -
Sellize - 06.09.2015
Quote:
Originally Posted by ALiScripter
the package on solidfiles has a malware
|
Use the 'Direct download link.', not the big button.
Re: Events system -
jlalt - 06.09.2015
Quote:
Originally Posted by ALiScripter
the package on solidfiles has a malware
|
dude maybe you dont know how to download from solid files leme teach you :
click on Direct Download Link not download : >>
Re: Events system -
HydraHumza - 06.09.2015
nice one REP +
Re: Events system -
jlalt - 06.09.2015
Quote:
Originally Posted by Humza
nice one REP +
|
Thanks
Re: Events system -
blackgangs - 11.09.2015
Good Script Bro Try to put Derby Sumo Derby
Re: Events system -
TheRealTyrone - 14.09.2015
How do i set someone as an event manager?
Re: Events system -
jlalt - 14.09.2015
Quote:
Originally Posted by TheRealTyrone
How do i set someone as an event manager?
|
after you make the event by /makeevent when you choose which event you want you will be Event manager if you wanna put partner with you try this:
PHP Code:
CMD:makemanager(playerid,params[]) {
if(eventmanager[playerid] == 1) {
if(isnull(params)) return SendClientMessage(playerid, red, "USAGE: /makemanager [playerid]");
new player1 = strval(params), string[128];
if(IsPlayerConnected(player1) && player1 != INVALID_PLAYER_ID) {
format(string, sizeof(string), "You have Set \"%s\" Event Manager", pName(player1)); SendClientMessage(playerid,blue,string);
if(player1 != playerid) { format(string,sizeof(string),"Event Manager \"%s\" has set you event manager", pName(playerid)); SendClientMessage(player1,blue,string); }
return eventmanager[player1] = 1;
} else return SendClientMessage(playerid,red,"ERROR: Player is not connected");
} else return SendClientMessage(playerid,red,"ERROR: You need to be event manager to use this command.");
}
Re: Events system -
Mikael22 - 23.08.2017
event have bugged
Re: Events system -
iLearner - 23.08.2017
I most likely prefer automated events. Without admin interaction.