Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. case EDITVTOYS: {
  2. if(!response) {
  3. SendClientMessage(playerid, COLOR_GREY, "Anda telah membatalkan Edit Vehicle Object.");
  4. pvehEditID[playerid] = 999;
  5. }
  6. if(response) {
  7. if(listitem == 0) { pvEditType[playerid] = 1; }
  8. if(listitem == 1) { pvEditType[playerid] = 2; }
  9. if(listitem == 2) { pvEditType[playerid] = 3; }
  10. if(listitem == 3) { pvEditType[playerid] = 4; }
  11. if(listitem == 4) { pvEditType[playerid] = 5; }
  12. if(listitem == 5) { pvEditType[playerid] = 6; }
  13. if(listitem == 6) { pvEditType[playerid] = 7; }
  14. if(listitem == 7) { pvEditType[playerid] = 8; }
  15. return cmd_editvtoys1(playerid, "");
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement