28.01.2011, 15:04
Quote:
because you still have code under the return 0, which will never get called since you terminate it before it gets reached
|
pawn Код:
}
}
return 1;
}
return 0; // warning 217: loose indentation
}
// the rest is unreachable
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
bleh blah whats left other thins...