Random from 3 numbers..
Hello.
I have, for example, 3 floats for hudmessage: new const position[25] = { "0.55", "0.60", "0.50" } How i can put random value to hud_msg parameters? set_hudmessage(255, 0, 0, 0.08, 0.51, 0, 6.0, 2.0) show_hudmessage(id, "test") |
Re: Random from 3 numbers..
If you want to use one of the values from the array then you can do this (don't store floats in array as strings):
PHP Code:
|
| All times are GMT -4. The time now is 20:41. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.