Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- YCMD:m4naledjima(playerid, params[], help)
- {
- if(PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pGM] >= 1 || PlayerInfo[playerid][pPromoter] >= 1 || PlayerInfo[playerid][pVip] >= 1)
- {
- 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
- }
- else
- {
- SendClientMessage(playerid, -1, "Niste ovlasteni da koristite ovu komandu!");
- }
- return 1;
- }
- YCMD:ak47naledjima(playerid, params[], help)
- {
- if(PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pGM] >= 1 || PlayerInfo[playerid][pPromoter] >= 1 || PlayerInfo[playerid][pVip] >= 1)
- {
- 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
- }
- else
- {
- SendClientMessage(playerid, -1, "Niste ovlasteni da koristite ovu komandu!");
- }
- return 1;
- }
- YCMD:tec9l(playerid, params[], help)
- {
- if(PlayerInfo[playerid][pAdmin] >= 1 || PlayerInfo[playerid][pGM] >= 1 || PlayerInfo[playerid][pPromoter] >= 1 || PlayerInfo[playerid][pVip] >= 1)
- {
- 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
- }
- else
- {
- SendClientMessage(playerid, -1, "Niste ovlasteni da koristite ovu komandu!");
- }
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment