03.07.2014, 16:35
Hi guys,
this is my new include. With this include you can make fluat value using random funcs.
Example
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); }