AMX Mod X API Documentation

Signature
stock Float:xs_frand(){ return float(xs_irand()) / float(xs_get_maxnum()); // -1/2 should be the biggest possible positive number}
Description

Retrieves a random float.

Returns

A random float.

Назад
Верх