Advertisement
Guest User

Untitled

a guest
May 27th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. function onPlayerCommand(player,cmd,text)
  2. {
  3. if ( cmd == "policjant" )
  4. {
  5. if ( player.Name == "Kewun" | "Marchewka" )
  6. {
  7. local plr = FindPlayer(text.tointeger())
  8. if ( plr )
  9. {
  10. plr.Skin = 1;
  11. plr.SetWeapon( 3 );
  12. plr.SetWeapon( 5 );
  13. plr.SetWeapon( 6 );
  14. plr.Colour = 2;
  15. }
  16. }
  17. }
  18. return 1;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement