Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- int CheckAimers() {
- int i;
- for (i = 0; i < MaxPlayerId; i++) {
- logprintf("witam [%d = %d]", i, g_Invoke->callNative(&PAWN::IsPlayerConnected, i));
- }
- return i;
- }
- PLUGIN_EXPORT void PLUGIN_CALL ProcessTick() {
- if(AimCheck && AimAmx && MaxPlayerId > 2) {
- timerstep++;
- if(timerstep==15) {
- CheckAimers();
- timerstep=0;
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement