- 0
warning 225: unreachable code
-
Similar Content
-
- 2 answers
- 144 views
-
- 6 replies
- 2,085 views
-
- 2 replies
- 101 views
-
- 2 answers
- 160 views
-
- 2 answers
- 685 views
-
-
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
Eclari
Codul este:
public OnPlayerDisconnect(playerid, reason)
{
KillTimer([email protected]_Timer[playerid]);
return CallLocalFunction("[email protected]_OnPlayerDisconnect", "id", playerid, reason);
if(RentVehicle[playerid] != INVALID_VEHICLE_ID) {
DestroyVehicle(RentVehicle[playerid]);
RentTimer[playerid] = 0;
RentVehicle[playerid] = INVALID_VEHICLE_ID;
}
playersOn[playerid] --;
return 1;
}
warning 225: unreachable code, linia la care imi spune ca este eroarea este: if(RentVehicle[playerid] != INVALID_VEHICLE_ID) {
Link to comment
Share on other sites
7 answers 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.