Posts: 102
Threads: 6
Joined: Mar 2012
Reputation:
0
Hi Samp Community..I created a Pizza boy Job with pizza boy skin ID: 155
I done all okay. but when i drive straight on road he stands and drive.I know its not important.but i don't want him to stand while driving.when i turn left or right he is in sitting pose . can any one help to me solve this..
Thanks in advance..
Regards.,
Harish.M
You need to show some codes.
Posts: 102
Threads: 6
Joined: Mar 2012
Reputation:
0
I don't think its a code problem.because I tested without any code just put the skin to 155 and a pizza bike and he stands while driving straight.is there any other skin for pizza boy.
Posts: 559
Threads: 50
Joined: Mar 2012
Reputation:
0
Are you setting the player skin after the player rides the vehicle?
Posts: 52
Threads: 4
Joined: Oct 2010
Reputation:
0
Yes as reklez said, you need to set it before you get onto the bike.
Posts: 559
Threads: 50
Joined: Mar 2012
Reputation:
0
@jaydon
Well lol i don't mean after player rides the skin will set
i'm asking if he is setting player skin to pizza boy after player rides in the pizza vehicle.
because setting player skin while in vehicle makes them stand.
Posts: 52
Threads: 4
Joined: Oct 2010
Reputation:
0
The best thing to do is OnPlayerEnterVehicle check if it a pizza bike, if it is, SetPlayerSkin, if not return 0;
Posts: 102
Threads: 6
Joined: Mar 2012
Reputation:
0
Yes in My code on player type /takepizza he will send out and put in free pizza vehicle .
Posts: 102
Threads: 6
Joined: Mar 2012
Reputation:
0
Is this will help me.Please verify
On Player Type /takepizza . SetPlayerSkin
and some timer to put him to free pizza vehicle..and also the same for onplayer exit vehicle . to change him as normal skin.
Posts: 102
Threads: 6
Joined: Mar 2012
Reputation:
0
29.03.2012, 06:02
(
Последний раз редактировалось Harish; 02.04.2012 в 12:13.
)
Guys thanks for your reply..
and i made a pickup and change the skin and after that putplayerin vehicle was used
it works fine..
Thanks