06.11.2015, 12:56
In the function that shows the menu to the player you have this:
The xRot parameter is 16, if you change it to -16 it will work correctly:
pawn Код:
ShowModelSelectionMenuEx(playerid, vehicle, 28, "Coutt And Schutz", dealership1, 16.0, 0.0, -55.0);
pawn Код:
ShowModelSelectionMenuEx(playerid, vehicle, 28, "Coutt And Schutz", dealership1, -16.0, 0.0, -55.0);