[Include] [inc300] Random Float
#1

Hi guys,
this is my new include. With this include you can make fluat value using random funcs.

Example


Код:
CMD:test(playerid, params[])
{
new min, max;
if(sscanf(params, "dd", min, max))
{
return SendClientMessage(playerid, 0xFFFFFFAA, "KORISTENJE: /test [Min] [Max]");
}
	format(string, 32, "- Random Float: %f", inc300_RandomFloat(min, max);
return SendClientMessage(playerid, 0xF00000AA, string);
}

Reply


Messages In This Thread
[inc300] Random Float - by vannesenn - 03.07.2014, 16:35
Re: [inc300] Random Float - by vannesenn - 05.07.2014, 00:51
Re: [inc300] Random Float - by vannesenn - 08.07.2014, 12:37

Forum Jump:


Users browsing this thread: 1 Guest(s)