I have a public client_connect that does the following:
PHP Code:
/* Global */
new g_LeftKills[11]
/* Global */
public client_connect(id)
{
g_LeftKills[id] = 2
}
(ofcourse its not the whole public but I wrote down the main and relevant things.
When I do that there is a warning saying "tag mismatch", why is it?