need help
#1

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;
}
Reply
#2

public OnPlayerCommandText(playerid, cmdtext[])
{
if(!strcmp(cmdtext,"/boat",true))
{
SetPlayerHoldingObject(playerid, 8493, 1, 15, 0, 0, 0, 90, 0);
return 1;
}
return 0;
}
what angle ill set to 45

SetPlayerHoldingObject(playerid, 8493, 1, 15, 0, 0, 45, 90, 0); i think that will work but im not sure i need a screen shot of the boats positsion
Reply
#3

the Xrot and Zrot makes it rotate on the side both the exacte same.
Reply
#4

Mate i sent pm please send what i asked for so i can see
Reply
#5

this is taking some serious thinking if any one would help i will be very greatful. im using an item in my hand to simulate the boat and i can figure it out. id say its impossible but its not.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)