A Betting system/Casino type system?
#2

If you cant script, simply start from little things.
No one probably isnt going to help you unless you even try to make something by yourself.

some help
pawn Code:
new guess; // use strtok and strval() to get the value, unless you arent using zcmd,dcmd or something like that
new number = random(10); // you can replace 10
if(guess == number)
{
    SendClientMessage(playerid,COLOR_GREEN,"Congrats! You won 1000$");
    GivePlayerMoney(playerid,1000);
}
else SendClientMessage(playerid,COLOR_GREEN,"No luck this time, please try again!
belive me no one isnt going to make it for you
Reply


Messages In This Thread
A Betting system/Casino type system? - by GrantLea - 12.12.2010, 15:18
Re: A Betting system/Casino type system? - by veyron - 12.12.2010, 19:42

Forum Jump:


Users browsing this thread: 1 Guest(s)