11.02.2010, 20:56
is this line sposed to be
SpawnedVehicles[playerid] = CreateVehicle(cars,X,Y,Z,ROT,-1,-1,60);
cars is getting it from the array
dont you need params[0] ?
im no expert but thats how i would do it
SpawnedVehicles[playerid] = CreateVehicle(cars,X,Y,Z,ROT,-1,-1,60);
cars is getting it from the array
dont you need params[0] ?
im no expert but thats how i would do it