- 0
Problema onvehiclestreamin
-
Similar Content
-
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
AlexxAdv
Problema cand e masina incuiata am facut
public OnVehicleStreamIn(vehicleid, forplayerid)
{
for(new v=0; v< MAX_PVEHS; v++)
{
if(personalcar[v][forplayerid] == vehicleid)
{
SetVehicleParamsForPlayer(vehicleid,forplayerid,0,0);
}
}
for(new vv; vv < CAR_AMOUNT; vv++)
{
if(vv == HireCar[forplayerid])
{
SetVehicleParamsForPlayer(vv,forplayerid,0,0);
}
}
return 1;
}
Cand ii dau towcar merge, dar daca intru in ea si ies, apoi incerc iar numai merge. De la ce poate fi?
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now