Advertisement
Guest User

Untitled

a guest
Nov 29th, 2023
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.40 KB | None | 0 0
  1. public client_connect(id){
  2.         if(!is_user_hltv(id) && !is_user_bot(id)){
  3.                 loadrundyM(id);
  4.                 loadOdebrano1(id);
  5.         }
  6. }
  7. public client_disconnect(id){
  8.         if (rundyM[id] > 0){
  9.                 saverundyM(id)
  10.                 rundyM[id] = 0;
  11.         }
  12.         if (odebrano1[id] > 0){
  13.                 saveOdebrano1(id)
  14.                 odebrano1[id] = 0;
  15.         }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement