18.12.2012, 06:03
This can be because you had done like this :
OnPlayerLogin
SetPlayerhealth(100);
OnPlayerSpawn
SetplayerHealth(100);
Remove this that then it wouldn't auto kick you.
This thing happends due to this, The system gives you 100 health while you login, but the admin system dosen't know its the system and thinks its an hacker (Ifgetregainhealth(100=Hacker))
OnPlayerLogin
SetPlayerhealth(100);
OnPlayerSpawn
SetplayerHealth(100);
Remove this that then it wouldn't auto kick you.
This thing happends due to this, The system gives you 100 health while you login, but the admin system dosen't know its the system and thinks its an hacker (Ifgetregainhealth(100=Hacker))