Advertisement
Guest User

codeHUD

a guest
Mar 5th, 2015
422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. CMD:cash(playerid, params[])
  2. {
  3. SetPlayerHudColor(playerid, hud_fist, hud_vermelho);
  4. SetPlayerHudColor(playerid, hud_cash, hud_ciano);
  5. SetPlayerHudColor(playerid, hud_cashicon, hud_azulclaro);
  6. return 1;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement