05.12.2015, 23:10
1. Add printf( query ) and check if your query is correct
2. Make sure you have "public KickPublic()" somewhere. If is not defined anywhere, it will ignored silently.
I guess you should simply add this somewhere:
2. Make sure you have "public KickPublic()" somewhere. If is not defined anywhere, it will ignored silently.
I guess you should simply add this somewhere:
PHP код:
forward KickPublic( playerid );
public KickPublic( playerid ) {
Kick( playerid );
}