[help] What's wrong?
#3

Quote:
Originally Posted by Marc_307
Hi all, I wanted to put a yellow mark above a car. I made this:
public OnPlayerSpawn(playerid)
{
SetVehicleParamsForPlayer(0,playerid,1,0);
return 1;
}
But it doesn't work. What's wrong?
Do you know that SetVehicleParams has nothing to do with setting a yellow marker above a car?

I think the yellow marker is an object (I'm guessing the interior marker).
https://sampwiki.blast.hk/wiki/CreateObject

You need to get the pos of the car and create an object above it.
https://sampwiki.blast.hk/wiki/GetVehiclePos
Reply


Messages In This Thread
[help] What's wrong? - by Marc_307 - 13.04.2009, 10:52
Re: [help] What's wrong? - by DiDok - 13.04.2009, 11:05
Re: [help] What's wrong? - by Pyrokid - 14.04.2009, 01:22
Re: [help] What's wrong? - by Joe Staff - 14.04.2009, 01:23
Re: [help] What's wrong? - by ICECOLDKILLAK8 - 14.04.2009, 01:25

Forum Jump:


Users browsing this thread: 1 Guest(s)