05.09.2010, 00:13
Ok well i have a custom race and i want it to only spawn a turismo with it, no other cars
i got this far and got stuck on the spawn a car part
if(!strcmp("/Tdrag", cmdtext, true))
{
SetPlayerPos(playerid, 411.8674, 1973.1827, 347.515;
SetPlayerFacingAngle(playerid, 95.3404);
SendClientMessage(playerid, 0xFFFFFFFF, "Start youe engines");
return 1;
}
i Saw a GetplayerVehicleID but im not exactly sure what that will do, any help?
i got this far and got stuck on the spawn a car part
if(!strcmp("/Tdrag", cmdtext, true))
{
SetPlayerPos(playerid, 411.8674, 1973.1827, 347.515;
SetPlayerFacingAngle(playerid, 95.3404);
SendClientMessage(playerid, 0xFFFFFFFF, "Start youe engines");
return 1;
}
i Saw a GetplayerVehicleID but im not exactly sure what that will do, any help?