Random number
#8

Quote:
Originally Posted by Azula
Посмотреть сообщение
follow Konstantinos method it's more easy
It's a hard way of doing it while it could be done easier.

Quote:
Originally Posted by Mrki_Drakula
Посмотреть сообщение
Its says undefined randomEx even when i put the stock...

also it says undefined phonenumber
Are you sure you used it correctly?

Here's an example:
PHP код:
stock randomEx(minmax)
{    
    
//Credits to ******    
    
new rand random(max-min)+min;    
    return 
rand;
}
CMD:randomnumber(playeridparams[])
{
    new 
value RandomEx(16200000001630000000);
    
printf("the value is %d"value);
    return 
1;

Reply


Messages In This Thread
Random number - by Mrki_Drakula - 17.04.2015, 16:55
Re: Random number - by Konstantinos - 17.04.2015, 16:59
Re: Random number - by Jimmy0wns - 17.04.2015, 17:04
Re: Random number - by Mrki_Drakula - 17.04.2015, 17:31
Re: Random number - by Jimmy0wns - 17.04.2015, 17:34
Re: Random number - by Mrki_Drakula - 17.04.2015, 17:40
Re: Random number - by Azula - 17.04.2015, 17:40
Re: Random number - by Jimmy0wns - 17.04.2015, 17:42
Re: Random number - by Mrki_Drakula - 17.04.2015, 17:44
Re: Random number - by Jimmy0wns - 17.04.2015, 17:45

Forum Jump:


Users browsing this thread: 1 Guest(s)