Event System Deathmatch ! -
TeddyYeah - 25.08.2014
EVENT SYSTEM SA-MP:
INFO:
This is my new filescript , a Event System filescript .
HELP:
If you have errors/or need help , put in comments and I will help you !
COMMANDS:
[Unarmed Event]: /startevent | /closeevent | /joinevent;
[ShotGun Event]: /startcsevent | /closecsevent | /joincsevent;
[SMG Event]: /startsmgevent | /closesmgevent | /joinsmgevent;
[Baseball Event]: /startbbevent | /closebbevent | /joinbbevent;
[Grenade Event]:/startgevent | /closegevent | /joingevent;
[Molotov Event]: /startmcevent | /closemcevent | /joinmcevent;
[Deagle Event]: /startdevent | /closedevent | /joindevent
Type /EventHelp into chat game , and will show to you all commands !
HELP INSTALL:
1.Download AMX/PWN file:
2.Go in your server folder;
3.Go in your filescripts folder;
4.Put ,,eventsystem.pwn and eventsystem.amx,, in filescripts folder;
5.Go in your server.cfg;
6.At filescripts line put ,,eventsystem,,;
7.Open your samp-server;
8.Enjoy the Event System;
DOWNLOAD AMX/PWN:
eventsystem.amx ;
eventsystem.pwn ;
PASTEBIN:
•
http://pastebin.com/ZcJjF099 ;
Код:
[Event]: Event (Event Name) activated by admin (Admin Name ) ! (/joinevent)
-- This will show to all players when event is activated;
and
Код:
[Event]: Event (Event Name) dezactivated {FFFFFF} (Admin name) !
-- This will show to all players when event is dezactivated;
and
Код:
[ERROR]: Is not a event active!!
-- This will show to a player who try to join to a event when the event is off !
and
Код:
if (PlayerInfo[playerid][pAdmin] >= 5)
EXAMPLE: you can change ,,5,, to what level do you want , EXAMPLE:
Код:
if (PlayerInfo[playerid][pAdmin] >= 5)
to
Код:
if (PlayerInfo[playerid][pAdmin] >= 10)
and
-- This will show to all players when event starts!
PHOTOS:
•
http://imgur.com/HwOSjt0 ;
•
http://imgur.com/LfqWK8c ;
•
http://imgur.com/keJjd5F ;
I HOPE YOU WILL ENJOY HIM:
Re: Event System Deathmatch ! -
Younes44 - 27.08.2014
i've already Saw it...
and i was using it too :P
Dude..
this isn't your FileScript..So? Don't steal other's FS
Re: Event System Deathmatch ! -
OvY2611 - 27.08.2014
Nice
Re: Event System Deathmatch ! -
kaloul - 29.08.2014
lol it's for players not just for admins
Re: Event System Deathmatch ! -
FlawPaw - 31.08.2014
Quote:
Originally Posted by kaloul
lol it's for players not just for admins
|
you obviously edit it according to your admin system -.-