Gang War - Basic script -
Matnix - 13.08.2013
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.
> About the commands in the gamemode :- 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;
}
> Credits & Download for the gamemode :
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...?
Re: Gang War - Basic script -
qazwsx - 13.08.2013
Hmm, looks nice.
I will test it later
Re: Gang War - Basic script -
TomRedlake - 13.08.2013
not bad
i love it
8/10
Re: Gang War - Basic script -
DowDaw - 13.08.2013
Good work
Re: Gang War - Basic script -
Lucky™ - 13.08.2013
Looks clean, Keep it up.
Re : Gang War - Basic script -
Matnix - 13.08.2013
Oh thanks you guys, thanks you for these nice comments.
Re: Gang War - Basic script -
Matnix - 15.08.2013
BUMP - Any more feedbacks about this simple basic gang-war script?
Re: Gang War - Basic script - Nofear192 - 15.08.2013
Nice GM Keep it up
Re: Gang War - Basic script -
Matnix - 16.08.2013
Thanks you - more feedback about this one ?
Re: Gang War - Basic script -
Xjeaniscrazzyx - 19.08.2013
Nice one, it's well organizated. I'll use it! Thanks you.
Re: Gang War - Basic script -
BigBadWolf - 19.08.2013
This is very nice!! Great, i'll be using this!!!
Re: Gang War - Basic script -
Ponii - 19.08.2013
not bad
don't bump, you may receive an infraction.
Re: Gang War - Basic script -
Matnix - 19.08.2013
Thanks you guys.
Re: Gang War - Basic script -
Sergeant - 08.03.2014
Hello, I really like what you've created here but there's a problem I'm having. Everyones HP keeps auto refilling everytime they're being shot at, I solved this by removing the Anti Team kill and it works with all the other players except me. My HP keeps auto refilling everytime i'm being shot at. I am new to Pawno and I can't figure this out.
The only changes I've made within the script is loweing the Health from 9999 to 100 (Didn't notice any changes though) and removing the Anti Teamkill part.
I would love to keep the Anti Team kill but then, as I said, everyones HP keeps auto refilling.
If you know how to fix this, please help me.
Re: Gang War - Basic script -
berat00 - 23.11.2015
repair link please.
Re: Gang War - Basic script -
Bolex_ - 23.11.2015
Pictures Please
Re: Gang War - Basic script -
Revazix - 23.11.2015
Not bad, personally me I do liked it!
Re: Gang War - Basic script -
N0FeaR - 23.11.2015
Good job!
Re: Gang War - Basic script -
flashcopy - 09.08.2017
this one with account login/register system (yINI) no databases
also password encrypting and object streamer
download link:
https://www.solidfiles.com/v/V4dgrjzN4KdYw
Re: Gang War - Basic script -
cuber - 10.08.2017
Good job. You should continue this.