Je ne voit pas comment réglés le probléme,
Ensuite :
new checkpointType[ MAX_POINTS ] = {
CP_AMMU,
CP_AMMU_2,
CP_AMMU_3,
CP_AMMU_4,
CP_AMMU_5,
CP_LSAP,
CP_LVAP,
CP_SFAP,
CP_LSTS,
CP_LVTS,
CP_SFTS
};
forward getCheckpointType( playerID );
public getCheckpointType( playerID ) {
return checkpointType[ playerCheckpoint][playerid];
}