09.11.2016, 22:12
Why are you creating this like
Create like this
PHP Code:
PUBLIC:kick(playerid, ban = false, login = false)
PHP Code:
PUBLIC:kick(playerid)
{
Kick(playerid);
return 1;
}