02.03.2010, 11:35
Gamemode: Los Santos Deathmatch
Version: 1.00
Description: " New scripting style - New possibilities. " © sstk (Шустрик)
Version: 1.00
Description: " New scripting style - New possibilities. " © sstk (Шустрик)
Inclusions:
Quote:
Security System Name Progress Anti-Bot Finished - 100% Anti-Swear Finished - 100% Anti-Money cheat Finished - 100% Anti-Weapon cheat Finished - 100% Anti-Spam/flood Finished - 100% Anti-Log in attempts Finished - 100% Anti-Account stoller Finished - 100% |
Quote:
Support system Name Progress IRC (included in gamemode) Finished - 100% |
How it works ?! - First of all we should create an IRC Channel. Ofcourse without downloading mIRC we can't! So you go www.******.com and search " mIRC " or better go to www.mirc.com and download it! After finishing download, we double-click on mIRC and there we gooo... online world!
ATENTION!
- You should modify these things in .pwn script after creating your channel...
... to your channel name.
In the end it looks like ...
And... what's next ?!
- To not write a lot , i will post here tutorial link. (Don't be lazy - DOWNLOAD IT!)
Quote:
Administration System Name Progress In-game Administration Finished - 100% In-IRC Administration Finished - 100% |
- There are 10 levels. Type /acommands to see all available commands.
Moderator has *M* prefix , and Administratos has *A* prefix, you can also create an VIP prefixexample
e.g 1 level possibilites , announce,flip,kick (Let it be VIP possibilites) and you just add VIP prefix to it.
Код:
if (IsPlayerConnected(playerid) && Mute[playerid] == 0 && LoggedIn[playerid] == 1 && Level[playerid] >= 1 && Level[playerid] <= 2) { format(string, sizeof(string), "*V* %s (Id:%i): %s", playername,playerid,text); SendClientMessageToAll(playerColors[Color[playerid]], string); format(msg, sizeof(msg), "2[Id:%i] 2<\2;*V* %s2> %s", playerid, name, text); // [0] <jacob> hi ircSay(EchoConnection, EchoChan, msg); return 0; }
"//,announce,flip,rsay,(goto|telto),motd,setmotd,slap ,unwire"
"wire,kick,eject,freeze,giveweapon,healall,aremove pass,setstat,nmute,mute,unmute"
"outside,unfreeze,ban,(givehealth|givehp),tagkick, (sethealth|sethp),giveallweapon,setcolor"
"resetweapons,skinall,tagban,acount,ejectall,freez eall,unfreezeall,le,jo,r,they,killpl,killall,namek ick"
"(gethere|telid),remallcash,resetallcash,weather,t akecash"
"resetallweapons,resetscores,resetstat,setlevel,se tskin,createcar"
"nameban,unnameban,jail,unjail,gravity"
Wow.. irc support and irc administration ?!! is that true ?!
- Ofcourse, YES! And here you can see list of available commands
!ban [id]
!nban [name]
!kick [id]
!nkick [name]
!stats [id]
!seecash [id]
!nseecash [name]
!takecash [id]
!ntakecash [name]
And how do i make me admin ?!
- As i already said, this you can find in ChanServ tutorial, which i posted a bit Upper.
Quote:
Account system Name Progress Register Finished - 100% Log in Finished - 100% Pass changer Finished - 100% Player statistics Finished - 100% |
- Yeah i can. Here it is.
'/register [password]' -> Register your nick-name.
'/login [password]' -> Log in.
'/changepass [password]' -> Change your password
'/stats [id]' -> Player stats
And what for i need to register ?!! and... can i play without registration ?!
- Registration is necessary to protect its password. And YES you can play without registration.
Quote:
Other systems Name Progress Player spawns In process - 80% Car spawns Finished - 100% Duel Finished - 100% Advertising In process - 70% Animations Finished - 100% Weapon drop Finished - 100% Pickups In process - 75% Online statistics Finished - 100% Textdraws Finished - 100% Nick changer Finished - 100% Bomb cmds Finished - 100% Weather changer Finished - 100% Host name changer Finished - 100% Hints In process - 90% |
All commands are divided in 3 parts.
Commands 1 of 3:
'/animhelp(2,3)' -> All animation
'/bombcmd' -> All bomb commands
'/top' -> Top Statistics
'/pm [id] [text]' -> Personal message
'/commands2' -> Continue...
Commands 2 of 3:
'/suicide' -> Kill yourself
'/support' -> Online support
'/dueljoin [weapon id]' -> Start duel
'/duelweaponlist(2)' -> Duel weapon list
'/commands3' -> Continue...
Commands 3 of 3:
'/skin [id]' -> Change your skin
'/nick [name]' -> Ingame nick change
'/lock , /unlock' -> Lock your vehicle
End.
Credits ?!!Commands 1 of 3:
'/animhelp(2,3)' -> All animation
'/bombcmd' -> All bomb commands
'/top' -> Top Statistics
'/pm [id] [text]' -> Personal message
'/commands2' -> Continue...
Commands 2 of 3:
'/suicide' -> Kill yourself
'/support' -> Online support
'/dueljoin [weapon id]' -> Start duel
'/duelweaponlist(2)' -> Duel weapon list
'/commands3' -> Continue...
Commands 3 of 3:
'/skin [id]' -> Change your skin
'/nick [name]' -> Ingame nick change
'/lock , /unlock' -> Lock your vehicle
End.
Jacobs IRC plugin.
sstk (Шустрик) - me.
Tony (Bews) - Gamemode starter.
stnk (Шутник) - Bug reporter.
infected_mushroom - For some ideas. (My Bro)
Downloads ?!!
Server config should look like this...
Gamemode & its scriptfiles.
a_irc include
ATENTION: You will need this inc to start working this gm!
(I've introduced /pm system in gm otherwise it works with this inc.)
Enjoy playing Los Santos Deathmatch!