SA-MP Forums Archive
[FilterScript] Horse Bets - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Horse Bets (/showthread.php?tid=159432)



Horse Bets - willsuckformoney - 13.07.2010

Horse Bets!!!

What is it?!?!?!
This FS is horse betting, nothing special just where ever you are and you wanna win up to $600 you can do /hbet [1-3]

What do I need for this FS?!?!?!

All you need is dcmd

Credits!?!?!

Credits are in the file

Download?!?!

http://pastebin.com/v800wn7j
http://solidfiles.com/d/be739/
http://www.filefront.com/17051015/HorseBets.pwn

ENJOY!!!


Re: Horse Bets - Vince - 13.07.2010

Why are you using strtok with dcmd while there's only 1 param? That's of no use.
pawn Код:
switch(strval(params))
{
    // bla bla
}



Re: Horse Bets - willsuckformoney - 13.07.2010

Jeffry added that part..


Re: Horse Bets - Hiddos - 13.07.2010

For those cases:

pawn Код:
format(string,sizeof string,"You have selected horse %d!",strval(tmp));
SendClientMessage(playerid,COLOR_BLUE,string);
GivePlayerMoney(playerid,(-100*strval(tmp)));
SetTimerEx("BETS",60000,0,"d",playerid);
Horse[playerid]=strval(tmp);



Re: Horse Bets - Aleluja - 13.07.2010

Nice FIlterScript


Re: Horse Bets - willsuckformoney - 13.07.2010

xD first complement ^^ thanks xD and hiddos when i update it soon i will add that, i got the in mind for updates xD