22.05.2013, 13:39
Yeah looks like i don't have proper car spawning script, so it would be nice if someone can help me to make it proper.
basically i got enums for carid and parking floats
and i spawn cars by this
here is enums
basically i got enums for carid and parking floats
and i spawn cars by this
Код:
CreateVehicle(cInfo[playerid][pCar],cInfo[playerid][vx],cInfo[playerid][vy],cInfo[playerid][vz],1,1,1,0);
Код:
enum CarInfo
{
pCColor,
pCColor2,
pCar[max_owned],
Float:vx,
Float:vy,
Float:vz
}
Код:
new cInfo[MAX_PLAYERS][CarInfo];

