17.05.2014, 21:50
Here is the error and warning :
mod.pwn(2264) :warning 225: unreachable code
mod.pwn(2340) :error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Error :
if( == true) DestroyPlayerObject(playerid, Ramp), CreatedRamp[playerid] = false; - 2340
CreatedRamp[playerid] = false;
Enabled[playerid]=0;
Pers[playerid]=0;
}
Warning :
Enabled[playerid]=0; - 2264
Pers[playerid]=0;
return 1;
}
mod.pwn(2264) :warning 225: unreachable code
mod.pwn(2340) :error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Error :
if( == true) DestroyPlayerObject(playerid, Ramp), CreatedRamp[playerid] = false; - 2340
CreatedRamp[playerid] = false;
Enabled[playerid]=0;
Pers[playerid]=0;
}
Warning :
Enabled[playerid]=0; - 2264
Pers[playerid]=0;
return 1;
}