15.10.2010, 19:00
I tried this code (just an example):
And I'm getting a warning of "Tag Mismatch".
Any ideas how to make a random float?
pawn Code:
new
Float:randx = 5.0,
Float:res = random(randx);
Any ideas how to make a random float?