Advertisement
KingOfVC

gggg

Oct 26th, 2014
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. {
  2.  
  3. local b =0,plr;
  4. foreach(a,val in player)
  5. {
  6. plr = FindPlayer( players[a].tointeger() );
  7. if ( plr )
  8. {
  9. if ( PlayerJob( plr ) == 2 )
  10. {
  11. b++;
  12. ClientMessage( "[HITMAN]: Player : " + player.Name + " have contract: " + plr.Name + " kill him and earn money",plr,72, 209, 204 )
  13. status[ plr.ID ].Phone = 1
  14. }
  15. }
  16. }
  17. if(b==0) ClientMessage ( "No hitman online!", player,159,204,280);
  18. else ClientMessage ( "Your x_x is under progress.", player,159,204,280);
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement