Command problem
#2

pawn Код:
for(new f = 0; f < sizeof(FamilyInfo); f++)
            {
                new v = GetGangVehicle(f, closestcar);
                if(v != -1)
                {
                    new str2[128 + MAX_PLAYER_NAME];
                    format(str2, sizeof(str2), "Vehicle registration: %d | Name: %s | Owner: %s.",closestcar,GetVehicleFriendlyName(FamilyVehicleInfo[f][v][fvId]),FamilyInfo[f][FamilyLeader]);
                    SendClientMessage(playerid, COLOR_WHITE, str2);
                    return 1;
                }
            }
            SendClientMessage(playerid, COLOR_GRAD2, "This vehicle is not owned by anyone!");
        }
    }
This part only getting this problem
Reply


Messages In This Thread
Command problem - by krytans - 22.08.2014, 20:15
Re: Command problem - by krytans - 22.08.2014, 20:17
Re: Command problem - by theLegion - 22.08.2014, 20:44
Re: Command problem - by HazardouS - 22.08.2014, 21:15
Re: Command problem - by krytans - 23.08.2014, 11:31
Re: Command problem - by HazardouS - 23.08.2014, 11:35
Re: Command problem - by krytans - 23.08.2014, 12:08
Re: Command problem - by theLegion - 23.08.2014, 12:10
Re: Command problem - by krytans - 23.08.2014, 12:12
Re: Command problem - by krytans - 23.08.2014, 12:14

Forum Jump:


Users browsing this thread: 1 Guest(s)