Vehicle loading problem
#9

Hmmm returning the ID? Hmmm
pawn Код:
stock CreateServerVehicle(Model,Float:X,Float:Y,Float:Z,Float:A,vColor1,vColor2,VehRespawnTime,SirenOption) {
    new vehicleid;
    VehInfo[vehicleid][ModelID] = Model;
    VehInfo[vehicleid][VehPosX] = X;
    VehInfo[vehicleid][VehPosY] = Y;
    VehInfo[vehicleid][VehPosZ] = Z;
    VehInfo[vehicleid][VehPosA] = A;
    VehInfo[vehicleid][Color1] = vColor1;
    VehInfo[vehicleid][Color2] = vColor2;
    VehInfo[vehicleid][VRespawnTime] = VehRespawnTime;
    VehInfo[vehicleid][vSiren] = SirenOption;
    AddStaticVehicleEx(Model,X,Y,Z,A,vColor1,vColor2,VehRespawnTime,SirenOption);
    return true;
}
Reply


Messages In This Thread
Vehicle loading problem - by TwinkiDaBoss - 25.11.2015, 20:23
Re: Vehicle loading problem - by CmZxC - 25.11.2015, 20:39
Re: Vehicle loading problem - by TwinkiDaBoss - 25.11.2015, 20:47
Re: Vehicle loading problem - by CmZxC - 25.11.2015, 20:54
Re: Vehicle loading problem - by TwinkiDaBoss - 25.11.2015, 20:58
Re: Vehicle loading problem - by Dokins - 26.11.2015, 11:16
Re: Vehicle loading problem - by TwinkiDaBoss - 26.11.2015, 14:25
Re: Vehicle loading problem - by CmZxC - 26.11.2015, 14:47
Re: Vehicle loading problem - by TwinkiDaBoss - 26.11.2015, 14:50
Re: Vehicle loading problem - by CmZxC - 26.11.2015, 14:51

Forum Jump:


Users browsing this thread: 1 Guest(s)