Whats wrong with this?
#1

Код:
	new mymsg[10],test;
	test = randomEx(200,500);
	format(mymsg,sizeof(mymsg),"%s",randomEx(200,500));
	SendClientMessage(playerid, lime, mymsg);
Код:
stock randomEx(min, max)
{
    //Credits to ******
    new rand = random(max-min)+min;
    return rand;
}
It returns some random letter..
Reply


Messages In This Thread
Whats wrong with this? - by TheDeath - 12.08.2012, 16:23
Re: Whats wrong with this? - by Larceny - 12.08.2012, 16:25
Re: Whats wrong with this? - by TheDeath - 12.08.2012, 16:26

Forum Jump:


Users browsing this thread: 1 Guest(s)