Problem with id
Hi , just another problem when try-ing to compile the plugin i got the error:
Code:
mix.sma(559) : error 017: undefined symbol "id"Code:
client_print(id, print_chat, "%L", LANG_PLAYER, "MINI-ACE WAS REGISTERED!")Code:
if (g_KillsAce[tempid] == 4) |
Re: Problem with id
Use tempid, not id.
Also, this is not how you use Multi-language. PHP Code:
PHP Code:
Quote:
|
Re: Problem with id
Undefined symbol means you are using a variable that doesn't exist. Either define it or change it
|
| All times are GMT -4. The time now is 10:08. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.