[GameMode] Goldenfox' basic TDM script! - 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: Gamemode Scripts (
https://sampforum.blast.hk/forumdisplay.php?fid=71)
+--- Thread: [GameMode] Goldenfox' basic TDM script! (
/showthread.php?tid=401265)
Goldenfox' basic TDM script! -
Goldenfox - 22.12.2012
Hello there,
Today I have decided to release my gamemode. Please keep in mind that I'm still a "newbie" and that some things "could of been done" better. Also keep in mind that there is no score system yet!
Information:
I started working on this script months ago and it was kind of my summer project. I used Kyle's default LV

M gamemode and fully overhauled it.
There are currently four classes: Grove, Police, Balas and Triads. Each class has a different spawn location, different weapons, unique vehicles and an own colour (playerlist)
The script has been made using ZCMD mainly because I didn't want to learn the old method at all. The script has currently 967 lines.
These enums are currently loaded:
enum pInfo
{
pPassword,
pCash,
pAdmin,
pKills,
pDeaths,
pVIP,
pBanned
}
I have decided to use Dracoblue's password hasher so credits to him for making that.
Commands:
/updates
/kill
/weapons (Opens a dialog which allows you to purchase weapons and one weapon is VIP only!)
/commands
/help
/credits
/rules
Admin commands:
/setvip
/setadmin
/sethealth
/setarmour
/setcash
/setskin
/kick
/ban
/spawns (Opens a dialog where you can teleport to each spawn)
/maintenance (Basic)
Bugs:
- No proper score system (Still using Kyle's one: cash = score)
- Money does not save on logout.
I wil upload some screenshots later!
Post below if you have any issues! (You shouldn't have any :P)
Kind Regards,
Goldenfox
DOWNLOAD LINK:
http://pastebin.com/mvTWvGAP
Some screenshots: CLICK TO ENLARGE
Re: Goldenfox' basic TDM script! -
PawnFox - 23.12.2012
Nice work

Might be usefull for beginners
Re: Goldenfox' basic TDM script! -
changeME - 23.12.2012
Good job mate
Re: Goldenfox' basic TDM script! -
Goldenfox - 23.12.2012
Thanks!