Advertisement
Guest User

Untitled

a guest
Jul 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.    if(IsACop(hitid))
  2.     {
  3.         if(IsPlayerConnected(hitid))
  4.         {
  5.             if( PlayerInfo[ playerid ][ xWanted ] <= 2 )
  6.             {
  7.                 if(IsACop(playerid)) return 1;
  8.                 PostaviWanted(playerid, "Napad na policiju", ImeIgraca( playerid ), 3 );
  9.             }
  10.         }
  11.     }
  12.     else if(!IsACop(hitid))
  13.     {
  14.         if(IsPlayerConnected(hitid))
  15.         {    
  16.             if( PlayerInfo[ playerid ][ xWanted ] <= 0 )
  17.             {
  18.                 if(IsACop(playerid)) return 1;
  19.                 PostaviWanted(playerid, "Napad na gradjanina", ImeIgraca( playerid ), 1 );
  20.             }
  21.         }
  22.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement