Missmatch error
I get mismatch error from second line. What could be the problem ?
PHP Code:
|
Re: Missmatch error
show the error and your arrays... Full code would be helpfull.
|
Re: Missmatch error
PHP Code:
|
Re: Missmatch error
PHP Code:
|
Re: Missmatch error
You're trying to convert an integer (charsmax() and sizeof return integers) into a vector.
|
Re: Missmatch error
It compiles but I get tag missmatch in this line:
PHP Code:
|
Re: Missmatch error
try this
PHP Code:
PHP Code:
|
Re: Missmatch error
Friend, the error "Missmatch" happens when the function of this line does not match what was recorded.
For example: I used the setting times of Furien Mod this: Code:
if (furien_get_user_team (id) == AntiFurien)Code:
enum {_ItemRestrictionSo to solve it was enough to make a simple modification to include: Code:
native _ItemRestriction: furien_get_user_team (id);What I mean is that when the error happens TagMisstach, a command is invalid in this function / line. |
| All times are GMT -4. The time now is 07:44. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.