Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SetPlayerSpecialAction(playerid, 0);
- BuilderCP[playerid] = 1;
- new salar = 10 + random(10);
- SendClientMessage(playerid, -1,"Uspesno ste dostavili gradjevinski materijal i zaradili (%d$)", salar);
- GivePlayerMoney(playerid, salar);
- }
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment