- 0
Warnning
-
Recently Browsing 0 members
No registered users viewing this page.
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
VAurel 21
Salut, am si eu acest code.
new car = GetClosestCar(playerid, 5); if(car != INVALID_VEHICLE_ID && IsPlayerNearVehicle(playerid,car,5)) { for(new i = 0; i < 20; i++) { if(PlayerInfo[playerid][pCarKey][i] != 0) { if(CarInfo[PlayerInfo[playerid][pCarKey][i]][cSpawned] == car) SetVehicleParamsForPlayer(car, playerid, 0, 0); // Linia cu erroarea } } }
Am acest warning : warning 213: tag mismatch: expected tag "bool", but found none ("_")
Linia cu warning-ul este aceasta :
if(CarInfo[PlayerInfo[playerid][pCarKey][i]][cSpawned] == car) SetVehicleParamsForPlayer(car, playerid, 0, 0);
Link to post
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.