|
Author
|
Message
|
|
AMX Mod X Moderator
|

07-02-2006
, 21:28
Re: help with this
|
#1
|
Quote:
|
Originally Posted by Lotion
Yeah it is, looked in the inc. How do I use it? I'm pretty new to amxx scripting and this is going to be my first major plugin. I'm not really sure how to interpret incs. Would I use it like this?
Code:
new float:speed = floatstr(buffer) set_user_maxspeed(id,speed) client_cmd(id,"cl_forwardspeed %f", speed) client_cmd(id,"cl_sidespeed %f", speed) client_cmd(id,"cl_backspeed %f", speed)
Yep, apparently thats how you use it.
Thanks bud, works now. 
|
It shouldn't work, it needs to be Float, not float.
__________________
|
|
|
|