Errors ):
Yes hello im editing in https://forums.alliedmods.net/showthread.php?p=1695842 that plugin and trying to take away stuff and so and then i get errors at the lines
(65) Error 018: initialization data exceeds declared size (67) Error 018: initialization data exceeds declared size Please tell me quick i wanna get the problem fixed :D! |
Re: Errors ):
I need ur full code, how are we suppose to know what the error is.
|
Re: Errors ):
Did you added your new ranks in enumRank?
|
Re: Errors ):
Quote:
If he want us to help he must give us his full code. |
Re: Errors ):
/* Awesome:
- Ranks */ enum _:enumRank { Vip } new const Rank_Names[enumRank][] = { "Vip" } new const Rank_Flags[enumRank] = { ADMIN_BAN, ADMIN_KICK } new const Rank_Items[enumRank][] = { "0 1 9 2 3 4 7 8", "0 1 11 9 3 4" } new const Rank_Tags[enumRank][] = { "[Vip]" } |
Re: Errors ):
And if i change ADMIN_BAN and ADMIN_KICK i get errors to o.o
|
Re: Errors ):
So yeah, as I said, that's the error, remove the second lines from Rank_Flags and Rank_Items, because you use only 1 rank in enumRank.
|
Re: Errors ):
Quote:
PHP Code:
|
Re: Errors ):
Veco THANKS :D!
|
Re: Errors ):
And Beefighter (:
|
| All times are GMT -4. The time now is 07:52. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.