SA-MP Forums Archive
[GameMode] [GM] San Fierro Deathmatch - 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] [GM] San Fierro Deathmatch (/showthread.php?tid=121559)



[GM] San Fierro Deathmatch - NitroSWA - 17.01.2010

Heyy,
I made San Fierro Deathmatch Cuz i like SF and i like DM,
so here is SFDM

If u got 5 kills in a row, it sends a message that u got 5 kills in a row,
if u kill some1 u get a textdraw under ur radar, with the ammount kills u got (in a row)
Ur color turns more red the higher ur killing spree is.

Download: SFDM.amx
Download: SFDM.pwn

Got Any suggestions or Comments?
Feel free to post


Re: [GM] San Fierro Deathmatch - TaSo - 17.01.2010

god


Re: [GM] San Fierro Deathmatch - Postalityjr - 23.03.2010

More Info?


Re: [GM] San Fierro Deathmatch - NitroSWA - 23.03.2010

Its just SFDM, i made long time ago, not much special.

jsut DM in SF
no teams, and a killing spree system, and the more u kill, ur color will turn more red


Re: [GM] San Fierro Deathmatch - Snoooopy - 23.03.2010

Quote:
Originally Posted by NitroSWA
and the more u kill, ur color will turn more red
Heh interesting and Good job


Re: [GM] San Fierro Deathmatch - NitroSWA - 26.03.2010

ty
but its not a script that u turn more red, but u just change to a color who is more red than previous 1


Re: [GM] San Fierro Deathmatch - [MK]Soprano - 26.03.2010

haha cool xD


Re: [GM] San Fierro Deathmatch - hab2ever - 23.07.2010

Simple

But nice GM xD.


Re: [GM] San Fierro Deathmatch - nuriel8833 - 23.07.2010

Nice script,altough its simple =)


Re: [GM] San Fierro Deathmatch - Stepashka - 15.11.2010

pawn Code:
stock IsNumeric(const string[])
{
    for (new i = 0, j = strlen(string); i < j; i++)
    if (string[i] > '9' || string[i] < '0')
    return 0;
    return 1;
}

pawn Code:
stock IsNumeric(const string[])
{
    if(string[0] == '0' && strlen(string) == 1)return 1;
    if(strval(string))return 1;
    return 0;
}
Gamemode delirium!


Re: [GM] San Fierro Deathmatch - Grim_ - 15.11.2010

If your function is the second one, you are wrong.

- It only has the ability to check 1 digit strings, so if you had '10' or above, it wouldn't work
- The strval() check is wrong. It will only return true if the value in the string is equal to 1

If the second one is your function, you should be face palming yourself. (If not, ignore this post)


Re: [GM] San Fierro Deathmatch - Stepashka - 15.11.2010

Grim_, carefully read manual!
Strval
Quote:
Originally Posted by wiki
new string[4] = "250";
new iValue = strval(string); // iValue is now '250'



Re: [GM] San Fierro Deathmatch - Dark_Thunder - 15.01.2011

nice


Re: [GM] San Fierro Deathmatch - SafetY - 09.02.2013

Quote:
Originally Posted by hab2ever
Посмотреть сообщение
Simple

But nice GM xD.
me too

I have make this GM as my server
for temp




Re: [GM] San Fierro Deathmatch - SampzzonE - 09.02.2013

good job