Plugin Errors
I'm making a Hev plugin. I'm trying to make it so you must buy the hev plugin but I'm already have problems. Here is what I have so far.
Code:
|
Re: Plugin Errors
http://forums.joe.to/images/smiles/thanks.gif
Now, do you have a question, or are you just stating that you are making a plugin and you are having problems? |
Compiles with errors, also not sure if I am doing it correctly.
|
post errors. i already see some modification and some stuff thats missing but thats different from errors. we need errors :)
|
HEV.sma<20> : warning 219: local variable "buyer" shadows a variable at a proceding level
Line 20: Code:
HEV.sma<43> : warning 215: expression has no effect HEV.sma<43> : error 001: expected token: ";", but found "]" HEV.sma<43> : error 029: invalid expression, assumed zero HEV.sma<43> : fatal error 107: too many error messages on one line line 43: Code:
|
You declare buyer as an integer, but access it as an array? :?
|
| All times are GMT -4. The time now is 19:20. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.