[FilterScript] Events system
#1

Includes:
a_samp
zcmd
streamer


Commands:


Events list:


Minigun event:


pastebin link: http://pastebin.com/nAQsQR2m
Download link: http://www.solidfiles.com/d/6be3d5916e/
Reply
#2

Awesome
Reply
#3

Nice
Reply
#4

Nice one. Good job.
Reply
#5

Quote:
Originally Posted by 1Deagle1
View Post
Awesome
Thanks
Quote:
Originally Posted by Fancy
View Post
Nice
Thanks
Quote:
Originally Posted by karan007
View Post
Nice one. Good job.
Thanks
Reply
#6

nice
Reply
#7

Quote:
Originally Posted by Bomber07
View Post
nice
Thanks
Reply
#8

good work
Reply
#9

Really nice event system, suits every server. I will 100% use this.
+rep
Reply
#10

Quote:
Originally Posted by lanix
View Post
good work
Thanks
Quote:
Originally Posted by xXLegendaryXx
View Post
Really nice event system, suits every server. I will 100% use this.
+rep
Thanks
Reply
#11

the package on solidfiles has a malware
Reply
#12

Quote:
Originally Posted by ALiScripter
View Post
the package on solidfiles has a malware
Use the 'Direct download link.', not the big button.
Reply
#13

Quote:
Originally Posted by ALiScripter
View Post
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 : >>
Reply
#14

nice one REP +
Reply
#15

Quote:
Originally Posted by Humza
View Post
nice one REP +
Thanks
Reply
#16

Good Script Bro Try to put Derby Sumo Derby
Reply
#17

How do i set someone as an event manager?
Reply
#18

Quote:
Originally Posted by TheRealTyrone
View Post
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(playeridred"USAGE: /makemanager [playerid]");
            new 
player1 strval(params), string[128];
            if(
IsPlayerConnected(player1) && player1 != INVALID_PLAYER_ID) {
                        
format(stringsizeof(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.");

Reply
#19

event have bugged
Reply
#20

I most likely prefer automated events. Without admin interaction.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)