Error 107 and warning 204
#1

**DELETE
Reply
#2

place
pawn Код:
new Player_Trailer = GetVehicleModel(GetVehicleTrailer(GetPlayerVehicleID(playerid)));
ABOVE
pawn Код:
for (new x = 0; x < MAX_MISSIONS; x++)
{
    if (MisLocations[x][TrailerID] == Player_Trailer)
    {
        Mission_Types[Mission_Count] = MisLocations[x][ID];
        Mission_Count++;
    }
}
Currently, you're trying to use a variable before you even create it.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)