[Help] Yellow mark for car
#1

Hey guys, I wanna make a yellow mark abive a car all the time, the server is running. I made this:
[pwn]public OnPlayerSpawn(playerid)
{
SetVehicleParamsForPlayer(0,playerid,1,0);
return 1;
}[/pwn]
But it doesn't work. Does anybody know why? Thanks for help.
Reply
#2

you should do it this way:
pawn Код:
new var = CreateVehicle();
SetVehicleParamsForPlayer(var,playerid,1,0);
Luxeon
Reply
#3

Thanks Luxeon, now it works perfecly.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)