Guest User

Untitled

a guest
Feb 28th, 2016
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. YCMD:m4naledjima(playerid, params[], help)
  2. {
  3. if(PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pGM] >= 1 || PlayerInfo[playerid][pPromoter] >= 1 || PlayerInfo[playerid][pVip] >= 1)
  4. {
  5. SetPlayerAttachedObject( playerid, 0, 356, 1, 0.222186, -0.146085, 0.085346, 0.000000, 151.341934, 0.000000, 1.000000, 1.000000, 1.000000 ); // m4 - m4
  6. }
  7. else
  8. {
  9. SendClientMessage(playerid, -1, "Niste ovlasteni da koristite ovu komandu!");
  10. }
  11. return 1;
  12. }
  13. YCMD:ak47naledjima(playerid, params[], help)
  14. {
  15. if(PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pGM] >= 1 || PlayerInfo[playerid][pPromoter] >= 1 || PlayerInfo[playerid][pVip] >= 1)
  16. {
  17. SetPlayerAttachedObject( playerid, 1, 355, 1, 0.253790, -0.141571, 0.094299, 0.000000, 155.042755, 0.000000, 1.000000, 1.000000, 1.000000 ); // ak47 - ak
  18. }
  19. else
  20. {
  21. SendClientMessage(playerid, -1, "Niste ovlasteni da koristite ovu komandu!");
  22. }
  23. return 1;
  24. }
  25. YCMD:tec9l(playerid, params[], help)
  26. {
  27. if(PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pGM] >= 1 || PlayerInfo[playerid][pPromoter] >= 1 || PlayerInfo[playerid][pVip] >= 1)
  28. {
  29. SetPlayerAttachedObject( playerid, 2, 372, 7, -0.149622, 0.041156, -0.073983, 270.018768, 359.987884, 357.778808, 1.000000, 1.000000, 1.000000 ); // tec9 - tec
  30. }
  31. else
  32. {
  33. SendClientMessage(playerid, -1, "Niste ovlasteni da koristite ovu komandu!");
  34. }
  35. return 1;
  36. }
Advertisement
Add Comment
Please, Sign In to add comment