Quote:
Originally Posted by Dayrion
With CreateVehicleEx not CreateVehicle.
PHP код:
vJobStats[vehicleid][VehID] = CreateVehicleEx(vJobStats[vehicleid][ModelID], vJobStats[vehicleid][PosX], vJobStats[vehicleid][PosY], vJobStats[vehicleid][PosZ], vJobStats[vehicleid][PosAng], vJobStats[vehicleid][Color1], vJobStats[vehicleid][Color2], vJobStats[vehicleid][RespawnD], vJobStats[vehicleid][Siren]);
|
CreateVehicleEx doesn't exists
Quote:
Originally Posted by Stinged
You can't just update a_samp.inc
You need to update everything.
For example, CreateVehicle is in a_vehicles and not a_samp.
And there is no such thing as CreateVehicleEx, Dayrion.
|
Okay, I copied all includes from "Pawno\Include" folder into the mine "Pawno\Include"
Nothing fixed...
Can you gimme yours?