07.07.2014, 11:52
vehicle is spawn rather than unspawn
i checked it by scm so unspawning code place work correctly
Код:
new vehid[MAX_PLAYERS]; vehid[playerid] = CreateVehicle(Veh1[playerid], x, y, z, angle+90, 0, 0, -1); //unspawning DestroyVehicle(vehid[playerid]); //here