Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CMD:bojatd(playerid, params[]) //ova komanda mjenja boju određenih textdravova u zeljenu boju.
- {
- TextDrawColor(TextDraw0, Boja);
- TextDrawColor(Textdraw1, Boja);
- TextDrawColor(Textdraw2, Boja);
- TextDrawColor(Textdraw8, Boja);
- TextDrawShowForPlayer(playerid,Textdraw0);
- TextDrawShowForPlayer(playerid,Textdraw1);
- TextDrawShowForPlayer(playerid,Textdraw2);
- TextDrawShowForPlayer(playerid,Textdraw7);
- TextDrawShowForPlayer(playerid,Textdraw8);
- SendClientMessage(playerid,-1,"{37A4DB}BalkanSamp:{FFFFFF} Uspesno ste promenili boju tdova.");
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment