06.10.2010, 22:38
i cant make my boat lean forward. i tried using the zRot but didnt work xRot didnt work and the yRot is at 90 because the boat is on its side without it(the right side) can somebody plz help me figure this out.
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { if(!strcmp(cmdtext,"/boat",true)) { SetPlayerHoldingObject(playerid, 8493, 1, 15, 0, 0, 0, 90, 0); return 1; } return 0; }