Advertisement
Guest User

problema masini civile, factiuni, personale

a guest
Jul 31st, 2015
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.30 KB | None | 0 0
  1. if( vehicleVariables[ i ][ vVehicleJob ] == 5 )
  2.                 {
  3.                      if( playerVariables[playerid][pJob] != 5 ) RemovePlayerFromVehicle( playerid );
  4.                      else ShowPlayerDialog( playerid, D_TruckSelectRoute + 1, DIALOG_STYLE_MSGBOX, "Trucker Chief", "You want to start trucker work?", "Yes", "No" );
  5.                 }
  6.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement