Enum warning
Please, help me to fix 2 enum warnings in stocks. The code is below:
PHP Code:
"stock fm_set_user_team( id, {CS_Teams,_}:team, {CS_Internal_Models,_}:model = CS_DONTCHANGE )" and " return CS_Teams:get_pdata_int( id, OFFSET_TEAM, OFFSET_LINUX )" (tag mismatch) |
Re: Enum warning
Use cs_get/set_user_team.
|
Re: Enum warning
This is not the answer, i need to fix warnings in this code without cstrike module, only fakemeta and amxmodx.
|
Re: Enum warning
No, use cstrike.
|
Re: Enum warning
Just remove enum names, they are useless, or change
Code:
stock fm_set_user_team( id, {CS_Teams,_}:team, {CS_Internal_Models,_}:model = CS_DONTCHANGE )Code:
stock fm_set_user_team( id, any:team, any:model = CS_DONTCHANGE ) |
Re: Enum warning
Quote:
|
Re: Enum warning
Quote:
Quote:
|
Re: Enum warning
I am not willing to start a fight over nothing or get into a popularity contest. I just want to state that considering your current question I probably have a more sane point of view regarding how things should be done than you. Join date does not mean anything.
How comes you don't have the right to add any other modules when cstrike is a default module, nothing needs to be added? Anyway, you do you, I can't stop anyone from doing stupid things. |
| All times are GMT -4. The time now is 12:26. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.