10.11.2011, 20:34
(
Last edited by fiki574; 17/11/2011 at 07:42 PM.
)
•••CALL OF DUTY: GUN GAME•••
VERSION 1.2(*** NEWEST RELEASE ***)
New in Version 1.2
- Warehouse Map
- /maps - Open maps dialog menu
- Random server messages (change to your liking)
- Advanced map changing when player reaches level 15
- If you go to Prestige, you get extra money per kill and dont lose money on death
- More commands in /cmenu
- Added checkpoint at /pause (opens menu)
- Added LuxAdmin 1.6
[ame]http://www.youtube.com/watch?v=nQgAKK0307s[/ame]- /maps - Open maps dialog menu
- Random server messages (change to your liking)
- Advanced map changing when player reaches level 15
- If you go to Prestige, you get extra money per kill and dont lose money on death
- More commands in /cmenu
- Added checkpoint at /pause (opens menu)
- Added LuxAdmin 1.6
Gamemode contains:
1. Saving stats using OnPlayerUpdate/Disconnect
--> Money (1 kill = 500$; 1 death = -100$)
--> Kills (=Score)
--> Prestige (No/Yes -> 0/1)
--> Ranks:
- 0 Score = Newbie
- 10 Score = Player
- 20 Score = Skilled Player
- 50 Score = Pro
- 80 Score = Commander
- 100 Score = General
- 150 Score = The Boss
- 200 Score = Superman
2. Maps
- Desert Town
- Warehouse
3. 12 commands
- /cmds -> Show list of all commands
- /help -> Show help box
- /rules -> Show server rules
- /mystats -> Show your stats (Money, Kills and Rank)
- /kill -> Suicide
- /buyarmor -> Give yourself extra protection
- /buyhealth -> Heal yourself
- /pm [id] [message] -> Send Private Message to player
- /cmenu -> commands menu
- /pause -> take a break from a game
- /play -> get back to gun game
- /maps -> Maps menu
4. Website textdraw
Change this:
Code:
TextDraw0 = TextDrawCreate(328.0, 0.0," www.sampcss.com");
Code:
TextDraw0 = TextDrawCreate(328.0, 0.0," www.yourwebhere.domain");
Change this:
Code:
Bottom = TextDrawCreate(18.000000,428.000000," 178.77.98.96:8086 RestOfTextDrawHere");
Code:
Bottom = TextDrawCreate(18.000000,428.000000," your.server.ip.here:port RestOfTextDrawHere");
- From 0 to 15, changes on your every kill
7. Clock textdraw
- Showing your local time
8. Info messages OnPlayerConnect/Disconnect
*** Player [playername] has joined the Server ***
*** Player [playername] has left the Server ***
9. Gun Game version info
Code:
Vinfo = TextDrawCreate(495, 114, "Gun Game Version 1.2");
10. Custom worldtime
Code:
SendRconCommand("worldtime Its GunGame time!");
11. Random server messages
- Example:
Code:
{FF0000}SERVER: {FFFFFF}You are playing on Call of Duty: Gun Game server created by {00FF40}fiki574_CRO
- Must use mine, I have changed few things so it can work properly
DOWNLOAD:
Mediafire (v1.2)
BUG REPORT:
Code:
Bug description: Where and when bug appeared:
Code:
What kind of suggestion (command, rewards, more advanced saving, etc.): Description of suggestion:
fiki574_CRO - Whole script :P
Dracoblue - dini
Luxorion - LuxAdmin 1.6
HOW TO:
1. Install this!
- Download .rar file and read "README.txt" for installation help
2. Add custom ranks
- Find command /mystats
- Add new line like this:
Code:
if(GetPlayerScore(playerid) >= DesiredScore) {rank = "YourRank";}
- Replace all TextDraws with new level ammount(example 0/17, 1/17, 2/17, ..., 17/17)
- Add this code OnPlayerDeath:
Code:
if(GGameLvl[killerid] == YourNewLevel) { //code here }
Code:
public OnPlayerSpawn(playerid { if(GGameLvl[playerid] == YourGGameLvl) { //code here } return 1; }
![Cheesy](images/smilies/biggrin.png)