14.04.2009, 01:22
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? |
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