Run time error : native error
1 Attachment(s)
I am getting all these errors :
PHP Code:
PHP Code:
|
Re: Run time error : native error
More errors , but they all have the same problem , so i can fix the rest my self
|
Re: Run time error : native error
::sigh:: Just use if-statements or a switch dude, this is ridiculous.
PHP Code:
PHP Code:
PHP Code:
|
Re: Run time error : native error
Quote:
EDIT: What is funny however, is that that single space is the only space that will work :). A single space elsewhere or more than one will not work. |
Re: Run time error : native error
no difference , even when i use :
PHP Code:
|
Re: Run time error : native error
Why don't you confirm that all of the cvar pointers are valid. This is how you find the source of errors on your own.
|
Re: Run time error : native error
and how do i confirm that all my cvar pointers are valid?
|
Re: Run time error : native error
Print them to console or chat
I would also confirm all of your code in plugin init is correct. ie, if you register forwards, be sure the forward function matches the function name when registered. I've seen this cause a similar error that turns out to be completely unrelated to the cvars. |
Re: Run time error : native error
i still dont get it , do you want me to do something like this
Client_print(id, print_chat, "Your HP is %i", ArcticHealth) is this a way to confirm that it is a valid cvar? |
Re: Run time error : native error
Just do them all in the same print (%d %d %d etc). Also do what I suggested above.
|
| All times are GMT -4. The time now is 10:24. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.