Advertisement
Zmajk0

Untitled

Oct 18th, 2020
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. if(issuerid!=INVALID_PLAYER_ID)
  2. {
  3. if(weapon!=GetPlayerWeapon(issuerid))
  4. {
  5. new hourr,minutee,secondd;
  6. gettime(hourr, minutee, secondd);
  7. format(globalstring,sizeof(globalstring),"~y~[%d:%d:%d]~w~WARNING ~y~%s[%d]~w~JE IZBACEN ZBOG '~r~SECE~w~'",hourr,minutee,secondd,GetName(issuerid),issuerid);
  8. AltChatPosaljiPoruku(globalstring);
  9. if(Stats[playerid][pNivo]<3)
  10. {
  11. Ban(playerid);
  12. }
  13. return false;
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement