native problem
1 Attachment(s)
what's wrong here?
i get this error: http://forums.alliedmods.net/attachm...1&d=1301940724 PHP Code:
|
Re: native problem
1. I see no errors.
2. What line is it. You should post details when you ask questions. |
Re: native problem
Quote:
PHP Code:
PHP Code:
|
Re: native problem
PHP Code:
|
Re: native problem
Quote:
it's the gravity multiplier (ex: 0.5 * 800) so i can't just have a integral number how can i do that? help please. thanks |
Re: native problem
Quote:
|
Re: native problem
new cvar_nemknockback => new Float:cvar_nemknockback ???
in the rest of the plugin it works as a float without any problems... also g_zombie_knockback is defined as a float and i get the same error for it too |
Re: native problem
Quote:
my_cvar "1" <-- Int or my_cvar "1.0" <-- Float |
Re: native problem
Code:
public native_get_user_knockback(id)Code:
public Float:native_get_user_knockback(id)Code:
return -1Code:
return -1.0Code:
return 0Code:
return 0.0Code:
return 1Code:
return 1.0 |
Re: native problem
Quote:
PHP Code:
did the following...is it correct? it compiles with no warnings or errors. PHP Code:
so it is correct right? glad i figured it out myself ^^ THANK YOU GUYS FOR YOUR HELP. i really appreciate it. |
| All times are GMT -4. The time now is 14:40. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.