SA-MP Forums Archive
[GameMode] Basic Deathmatch script[0.3c] - 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] Basic Deathmatch script[0.3c] (/showthread.php?tid=303910)



Basic Deathmatch script[OutDated] (0.3d) - PjFord - 16.12.2011

Introduction
Hello, This is my first gamemode release. i figured new scripters didnt need all of the complete gamemodes that people post and expect new people to figure out, so im giving them a basic DM gamemode to get started with. I may post a simple RP gamemode later.
Features

When someone connects it tells everyone how many players are connected, same as when leaving and it tell who left or connected.
When someone is killed,the player that was killed loses 1 score. the killer gets 2 score and $500.
Random Spawns
Players spawn with a 9mm pistol, a shotgun, and m4.
Simple commands such as /url, /rules, /help.
A few vehicles and pickups.
Downloads
Mediafire
PasteBin
SolidFiles



Re: Basic Deathmatch script[0.3c] - Miqueias Barros - 16.12.2011

Quite simply, it could have optimized a little bit right ... More like it's your first gamemode is to be congratulated!


Re: Basic Deathmatch script[0.3c] - PjFord - 16.12.2011

what do you mean by optimized? i only posted it to give new scripters a start. if you want me to post a full gamemode i will


Re: Basic Deathmatch script[0.3c] - Astralis - 16.12.2011

Quote:
Originally Posted by PjFord
View Post
what do you mean by optimized? i only posted it to give new scripters a start. if you want me to post a full gamemode i will
Well post full then. We are waiting.


Re: Basic Deathmatch script[0.3c] - T0pAz - 16.12.2011

Good start. And like Neonman said post the full gamemode.


Re: Basic Deathmatch script[0.3c] - PjFord - 16.12.2011

Lol ok i need to fix a couple bugs first


Re: Basic Deathmatch script[0.3c] - (LifeStealeR) - 09.01.2012

new string[128];
format(string, sizeof(string), "There are currently %d players connected", playersconnected);
SendClientMessageToAll(COLOR_YELLOW, "%s has left the server!");
SendClientMessageToAll(COLOR_YELLOW, string);

I doubt this code works.

gf.


Re: Basic Deathmatch script[0.3c] - ang12123 - 09.01.2012

Hmmm . gonna test this


Re: Basic Deathmatch script[0.3c] - N0FeaR - 09.01.2012

Mabye upgrade this too 0.3d?


Re: Basic Deathmatch script[0.3c] - PjFord - 02.05.2012

it's upgraded but won't let me change the title to [0.3d] instead of [0.3c]