[GameMode] [GM] San Fierro Deathmatch
#1

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
Reply
#2

god
Reply
#3

More Info?
Reply
#4

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
Reply
#5

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

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
Reply
#7

haha cool xD
Reply
#8

Simple

But nice GM xD.
Reply
#9

Nice script,altough its simple =)
Reply
#10

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!
Reply
#11

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)
Reply
#12

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

nice
Reply
#14

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

But nice GM xD.
me too

I have make this GM as my server
for temp

Reply
#15

good job
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)