07.12.2010, 22:13
Код:
new Float:checkpoints[MAX_POINTS][4] = { {2109.2126, 917.5845, 10.8203, 5.0}, // Not Used {2640.1831, 1103.9224, 10.8203, 5.0}, // Not Used {611.8934,1694.7921,6.7193,5.0}, // Not Used {2256.1350,538.3187,-0.6582,10.0}, // Not Used ..... {2000.3633,1521.7637,17.0682,1.5},//id 107 {2000.2488,1564.5336,15.3672,1.5}//id 108 };
Код:
#define MAX_POINTS 108
Код:
public getCheckpointType(playerID) { return checkpointType[playerCheckpoint[playerID]]; }