How to make random script ?
#3

You mean a command like /givecash and there are randomized money given?
Код:
CMD:getmoney(playerid,params[])
{
new money = random(10000);
GivePlayerMoney(playerid,money);
}
Reply


Messages In This Thread
How to make random script ? - by barts - 31.01.2014, 11:40
Re: How to make random script ? - by Konstantinos - 31.01.2014, 11:46
Re: How to make random script ? - by DaniceMcHarley - 31.01.2014, 11:58
Re: How to make random script ? - by barts - 31.01.2014, 12:47
Re: How to make random script ? - by BroZeus - 31.01.2014, 13:38
Re: How to make random script ? - by DaniceMcHarley - 31.01.2014, 13:52

Forum Jump:


Users browsing this thread: 1 Guest(s)