Quote:
| 
					Originally Posted by Shaheen  Here is the Full Code of/work  
PHP Code: 
else if(TypeFlight[playerid] == 3) // Shamal
{
 StartedMission[playerid] = 1;
 new rand = random(sizeof(DSLocations));
 new string2[65], message[128];
 SetPlayerFlightCheckpoint(playerid, DSLocations[rand][LocX],DSLocations[rand][LocY],DSLocations[rand][LocZ], 15.0);
 format(string2, sizeof(string2), "%s", DSLocations[rand][LocationName]); //PASSWORD
 strmid(FirstAPName[playerid], string2, 0, strlen(string2), 128); //PASSWORD
 //FirstAPName[playerid] = ALocations[rand][LocationName];
 //FirstAPName[playerid] = AndroDName;
 format(message,sizeof(message), "Head to {1B8AE4}%s {FFFFFF}and pick up the passengers.", DSLocations[rand][LocationName]);
 SendClientMessage(playerid, COLOR_WHITE, message);
 MissionStage[playerid] = 1;
 WantsRecording[playerid] = 1;
 Pos1[playerid] = DSLocations[rand][LocX];
 Pos2[playerid] = DSLocations[rand][LocY];
 Pos3[playerid] = DSLocations[rand][LocZ];
 }
 
 | 
 This is out of any callback? and i don't see nothing from what Konstantinos gave you yet