29.09.2011, 16:19
(
Последний раз редактировалось Audiophr3ak; 29.09.2011 в 19:12.
)
I have a problem with this:
public OnVehicleSpawn(vehicleid)
{
SetVehicleParamsEx(vehicleid,...............);
return 1;
}
Vehicle parameters won't work with this callback, whats the problem?
public OnVehicleSpawn(vehicleid)
{
SetVehicleParamsEx(vehicleid,...............);
return 1;
}
Vehicle parameters won't work with this callback, whats the problem?