Guest User

Untitled

a guest
Oct 20th, 2017
1,003
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. CMD:bojatd(playerid, params[]) //ova komanda mjenja boju određenih textdravova u zeljenu boju.
  2. {
  3. TextDrawColor(TextDraw0, Boja);
  4. TextDrawColor(Textdraw1, Boja);
  5. TextDrawColor(Textdraw2, Boja);
  6. TextDrawColor(Textdraw8, Boja);
  7. TextDrawShowForPlayer(playerid,Textdraw0);
  8. TextDrawShowForPlayer(playerid,Textdraw1);
  9. TextDrawShowForPlayer(playerid,Textdraw2);
  10. TextDrawShowForPlayer(playerid,Textdraw7);
  11. TextDrawShowForPlayer(playerid,Textdraw8);
  12. SendClientMessage(playerid,-1,"{37A4DB}BalkanSamp:{FFFFFF} Uspesno ste promenili boju tdova.");
  13. return 1;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment