06.02.2010, 06:18
Quote:
Originally Posted by Babul
Code:
wow, you copied it pretty fast, after posting it, i had to correct some bugs... search in your script, if theres already a "OnGameModeInit".. then add this inside: SetTimer("TimerBases",1000,true); for(new CP=0;CP<CP_Base_BasesToCheck;CP++) { CP_Base_Checkpoint[CP] = CreateCheckpoint(-1,CP_Base_Pos[CP][0],CP_Base_Pos[CP][1],CP_Base_Pos[CP][2],8.0,80.0); } |