Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public AntiJetpack()
- {
- for (new i = 0; i < MAX_PLAYERS; i++)
- {
- if(IsPlayerConnected(i) && PlayerInfo[i][pAdmin] < 1)
- {
- if (GetPlayerSpecialAction(i) == 2)
- {
- Kick(i);
- return 1;
- }
- }
- }
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment