13.04.2009, 18:32
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.
[pwn]public OnPlayerSpawn(playerid)
{
SetVehicleParamsForPlayer(0,playerid,1,0);
return 1;
}[/pwn]
But it doesn't work. Does anybody know why? Thanks for help.