Quote:
|
Originally Posted by XxAvalanchexX
Depending on the max levels, that could take forever, and it would use up a huge amount of space in the plugin. Just use a simple formula for it.
Code:
new Float:maxspeed = 319.0 + float(level);
set_user_maxspeed(id,maxspeed);
|
Yep. Algorithims are the best way to get things done.
__________________