- 0
loadcomponent onvehiclespawn
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
ShadowFirenze.it
Salutare .
Cum as putea integra la functia "public onvehiclespawn" addvehicleloadcomponent? Adica cand o masina isi ia respawn sa aibe componente.
Am incercat asa dar nu merge:
public OnVehicleSpawn(vehicleid)
{
VehicleSecurity[vehicleid] = 0;
new id = GetVehicleID(vehicleid);
if(IsValidVehicle(id))
{
AddVehicleComponent(nfs, 1010);
}
return 1;
}
nfs fiind masina.
5 answers to this question
Recommended Posts