27.08.2012, 18:16
pawn Код:
else if{PlayerInfo[playerid][pFlyTut] = 1 && IsAFAAPlane(vehicleid))
{
SendClientMessageEx(playerid, COLOR_ALLDEPT,"You have entered a FAA Tutorial Plane, Please keep your speed and keep to the markers!");
}
else if{PlayerInfo[playerid][pFlyTut] = 1 && IsAFAAPlane(vehicleid))
{
SendClientMessageEx(playerid, COLOR_ALLDEPT,"You have entered a FAA Tutorial Plane, Please keep your speed and keep to the markers!");
}
else if{PlayerInfo[playerid][pFlyTut] = 1 && IsAFAAPlane(vehicleid))
else if(PlayerInfo[playerid][pFlyTut] = 1 && IsAFAAPlane(vehicleid))
pawn Код:
|
Код:
else if{PlayerInfo[playerid][pFlyTut] = 1 && IsAFAAPlane(vehicleid)) Correct: pawn Код:
|
else if(PlayerInfo[playerid][pFlyTut] == 1 && IsAFAAPlane(vehicleid))