ShowPlayerDialog help
#1

Whats wrong with this Dialog why dont it work i get allot of errors.

Код:
	    for(new i = 0; i < sizeof(CarInfo); i++)
	    {
	    	new newcar = GetPlayerVehicleID(playerid);
	    	new string[256];
        	if(newcar == CarInfo[i][ownedvehicle])
			{
			    if(CarInfo[i][cOwned]==0)
			    {
			        TogglePlayerControllable(playerid, 0);
			        CarOffered[playerid]=1;
                    ShowPlayerDialog( playerid, 4512, DIALOG_STYLE_LIST, "Car Menu", "Car: %s Price: %d if you want this car press buy.", "Buy", "Cancel" CarInfo[i][cDescription],CarInfo[i][cValue]);
			    }
			}
		}
	}
	return 1;
Reply


Messages In This Thread
ShowPlayerDialog help - by FrankC - 24.09.2010, 16:30
Re: ShowPlayerDialog help - by HyperZ - 24.09.2010, 16:38
Re: ShowPlayerDialog help - by Kyeno - 24.09.2010, 16:43
Re: ShowPlayerDialog help - by FrankC - 24.09.2010, 16:44
Re: ShowPlayerDialog help - by [XST]O_x - 24.09.2010, 16:44
Re: ShowPlayerDialog help - by FrankC - 24.09.2010, 16:48
Re: ShowPlayerDialog help - by FrankC - 24.09.2010, 17:04
Re: ShowPlayerDialog help - by [XST]O_x - 24.09.2010, 17:15
Re: ShowPlayerDialog help - by FrankC - 24.09.2010, 17:30
Re: ShowPlayerDialog help - by [XST]O_x - 24.09.2010, 17:33

Forum Jump:


Users browsing this thread: 1 Guest(s)