Unknown command
#8

Still trying to do.. anyone got an idea?

pawn Код:
if(GetPlayerState(playerid) == PLAYER_STATE_ONFOOT)
        {
            for(new i = 1; i < MAX_BUYABLE_VEH; i++)
            {
                if(strmatch(VehicleInfo[i][vVehOwner], PlayerName(playerid)))
                {
                    new string[128], vehstring[128], count = 0;
                    format(vehstring, sizeof(vehstring), "%s\n%s", VehicleNames[GetVehicleModel(VehicleInfo[i][vVehModel]) - 400], vehstring);
                    count += 1;
                    format(string, sizeof(string), "%s", vehstring);
                    ShowPlayerDialog(playerid, DIALOG_VEHICLE_LIST, DIALOG_STYLE_LIST, "Lista pojazdуw", string, "Okey", "");
                }
            }
        }
Reply


Messages In This Thread
Unknown command - by Riddick94 - 08.08.2012, 21:41
Re: Unknown command - by Riddick94 - 09.08.2012, 10:14
Re: Unknown command - by Shetch - 09.08.2012, 10:22
Re: Unknown command - by Syntax - 09.08.2012, 10:22
Re: Unknown command - by Riddick94 - 09.08.2012, 10:50
Re: Unknown command - by Syntax - 09.08.2012, 10:52
Re: Unknown command - by Riddick94 - 09.08.2012, 11:07
Re: Unknown command - by Riddick94 - 10.08.2012, 19:15

Forum Jump:


Users browsing this thread: 1 Guest(s)