Need help with GUI.
#5

pawn Код:
new String[256];
format(String,256,"Property Owner\n");
for(new i = 0; i < MAX_PROPERTIES; i++)
{
format(String,256,"%s\n%s %s", String, prop[i][Name], prop[i][OwnerName]);
}
ShowPlayerDialog(playerid,35,DIALOG_STYLE_MSGBOX," Properties", String,"Close","Close");
Reply


Messages In This Thread
Need help with GUI. - by DyDy - 20.08.2010, 06:23
Re: Need help with GUI. - by Nonameman - 20.08.2010, 09:29
Re: Need help with GUI. - by DyDy - 20.08.2010, 09:33
Re: Need help with GUI. - by Nonameman - 20.08.2010, 09:35
Re: Need help with GUI. - by Nonameman - 20.08.2010, 09:38
Re: Need help with GUI. - by DyDy - 20.08.2010, 09:49
Re: Need help with GUI. - by DyDy - 20.08.2010, 10:07
Re: Need help with GUI. - by Nonameman - 20.08.2010, 11:29
Re: Need help with GUI. - by Cameltoe - 20.08.2010, 11:32

Forum Jump:


Users browsing this thread: 1 Guest(s)