Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- forward ping(playerid);
- public OnPlayerConnect(playerid)
- {
- SetTimer("ping",250,true);
- return 1;
- }
- public ping(playerid)
- {
- if(GetPlayerPing(playerid,ping) >= 600)return Kick(playerid);
- }
Advertisement
Add Comment
Please, Sign In to add comment