Guest User

Untitled

a guest
Mar 14th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. public OnVehicleRespray(playerid, vehicleid, color1, color2)
  2. {
  3. if(PlayerInfo[playerid][pQuestZ2] == 6) {
  4.  
  5. PlayerInfo[playerid][pQuestZProgres2] ++;
  6. Update(playerid, pQuestZProgres2x);
  7. FinalQuest(playerid);
  8.  
  9. }
  10. return 1;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment