[Solved] Errors... lots of in-game errors
1 Attachment(s)
Ive been working on this plugin every day for over a month now.
It compiles fine without warnings. But when I tested it yesterday, I got a lot of error messages in my console, and the plugin dont do anything. It doesnt even register the cvars. I have no idea of how to fix this. EDIT: I fixed it. I had forgoten to remove this line: register_event("WeapPickup", "event_weappickup", "be", "1!0"); I registered lots of cvars in plugin_init() and checked which cvars that worked. Those cvars that I registred below that line didn't work. |
Re: Errors... lots of in-game errors
If its not registering cvars even, then something is erroring during plugin_init.
A good chance is your hamdata.ini is not installed properly for hamsandwich, but without the actual error messages, that is just a guess. |
Re: Errors... lots of in-game errors
Try to remove this line as the function doesn't exist.
Code:
|
Re: Errors... lots of in-game errors
Quote:
Quote:
I removed the register_forward and I upgraded to Amx Mod X 1.8 (including hamdata.ini), but I still get errors. It worked fine the day before yesterday. |
Re: Errors... lots of in-game errors
Quote:
|
Re: Errors... lots of in-game errors
I'm getting to many errors to list... functions not found, invalid pcvar pointers, invalid variables etc. Amx Mod X is spamming my console.
|
Re: Errors... lots of in-game errors
Quote:
|
Re: Errors... lots of in-game errors
make sure the stuff in plugin_init() is in the right case. i had a problem with that when i did my spy speed plugin, it didnt work when i registered removespeed, because i put removeSpeed as the name of the procedure (the capital s was the diff)
|
Re: Errors... lots of in-game errors
Quote:
|
| All times are GMT -4. The time now is 16:07. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.