13.08.2013, 00:12
(
Last edited by Matnix; 13/08/2013 at 05:23 PM.
)
BASIC GANG-WARS SCRIPT
( a base for new scripters )
I release a simple game-mode for new pawn scripters who will like to start with a gang-wars mode/servers. I suggest it to all new scripters just because it's more simple to understand than these people who prefer to start with the hardest to know Role Play. If you have any problem with this script please contact-me by replying in this thread, don't spam my poor private message box.> Some features in this gamemode :
- Five gangs based at Los Santos - Grove, Ballas, Aztecas, Vagos, Cops.
- A simple anti-team-killing.
- A kill-cam system.
- Anti-chat spam system.
- Anti-commands system.
- A basic anti-gang-car jack.
- Random messages system.
- Damage info (how many damage you give and receive).
- Private Gang Message (gang chat) system by using !TEXT.
- In this scripts there is no commands available because as the title said it's a really basics gang-wars script you can customize it for your servers - it's also why I don't add any register system, let's said this script it's the new file when you want to start a new gamemode (GangWars). I'll give you a simple commands :pawn Code:// a basics commands to send you to class selections if you want to change gang :
if (strcmp("/cteam", cmdtext, true, 10) == 0)
{
SetPlayerHealth(playerid, 0.0);
ForceClassSelection(playerid); // Then we send him to class selections
return 1;
}
So, I hope this basics scripts will help you guys (new at pawn). And sorry for the bad english, I'm French. Feel free to reply to this post and add your comments. TY (first release). I don't need to add screens...?
Download link | Uploaded by |
http://pastebin.com/yexwBtcV | | Matnix |