SA-MP Forums Archive
bug - 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: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: bug (/showthread.php?tid=65376)



bug - synical - 12.02.2009

found a bug in samp, at least for my server.

/fine 9999999999999

anything higher than 200 will blow things up.

fixes?


Re: bug - ReV. - 12.02.2009

huh?


/fine 99999999

will blow things up?

wow what a bug.....


Re: bug - tehcudguy - 12.02.2009

This isn't a bug, it's a script related problem, post your "/fine" code.


Re: bug - synical - 12.02.2009

only thing alt -f turns up is:

SendClientMessage(killerid,COLOR_RED, "LOW WANTED KILL - Do not kill low wanted players (Yellow)");
SendClientMessage(killerid,COLOR_RED, "Use /fine (id) to issue a fine to low wanted suspects (Yellow)");
SendDeathMessage(killerid,playerid,reason);
SetPlayerColor(playerid,COLOR_DEADCONNECT);
oscore = GetPlayerScore(killerid);
SetPlayerScore(killerid, oscore -1);



Re: bug - synical - 14.02.2009

bump?


Re: bug - Vince - 14.02.2009

Search on 'fine' and not '/fine' if you use dcmd in your script.