Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. if(dialogid == GOLDSHOP) {
  2. if(response) {
  3. if(listitem == 0) {
  4. new para1;
  5. if(PlayerInfo[playerid][Gold] >= 7) {
  6. PlayerInfo[playerid][Gold] -= 7;
  7. PlayerInfo[playerid][Vip] = 1;
  8. EnviarMensagem(playerid, COLOR_YELLOW, "~ Vip Adiquirido");
  9. format(string, sizeof(string), " Você agora é um jogador VIP");
  10. SendClientMessage(para1, COLOR_LIGHTBLUE, string);
  11. }
  12. else EnviarMensagem(playerid, COLOR_RED, "~ Você não tem 7 De Gold");
  13.  
  14. return 1;
  15. }
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement