Hi , just another problem when try-ing to compile the plugin i got the error:
Code:
mix.sma(559) : error 017: undefined symbol "id"
mix.sma(559) : warning 215: expression has no effect
mix.sma(559) : warning 215: expression has no effect
mix.sma(559) : warning 215: expression has no effect
mix.sma(559) : warning 215: expression has no effect
mix.sma(559) : error 001: expected token: ";", but found ")"
mix.sma(559) : error 029: invalid expression, assumed zero
mix.sma(559) : fatal error 107: too many error messages on one line
This the line:
Code:
client_print(id, print_chat, "%L", LANG_PLAYER, "MINI-ACE WAS REGISTERED!")
And this the code:
Code:
if (g_KillsAce[tempid] == 4)
{
new name[32]
get_user_name(tempid, name, 31)
client_print(0, print_chat, "%L", LANG_PLAYER, "did an MINI-ACE", name)
client_print(id, print_chat, "%L", LANG_PLAYER, "MINI-ACE WAS REGISTERED!")
}