[FilterScript] Horse Bets
#1

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

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

Jeffry added that part..
Reply
#4

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

Nice FIlterScript
Reply
#6

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


Forum Jump:


Users browsing this thread: 1 Guest(s)