09.05.2014, 23:58
Here you go, Hopefully this has helped you
You can use CreateVehicle anywhere, It doesnt have to be in OnGamemodeInit
Quote:
new Float:X,Float:Y,Float:Z; GetPlayerPos(playerid, X,Y,Z); new carid = CreateVehicle(VEHICLEIDHERE, X,Y,Z, 0.0, -1, -1, -1); |