How to make this box?
#6

pawn Код:
new string[ 128 ];
format(string, sizeof(string),"Name: %s\nScore: %d\nWanted Level: %d", PlayerName(playerid), GetPlayerScore(playerid), GetPlayerWantedLevel(playerid));
ShowPlayerDialog(playerid, 0, DIALOG_STYLE_MSGBOX, "Player Info", string, "Ok", "Cancel");
Very basic example which doesn't make any sense at all. ^^
Reply


Messages In This Thread
How to make this box? - by ruckfules99 - 13.02.2010, 14:27
Re: How to make this box? - by GTAguillaume - 13.02.2010, 14:29
Re: How to make this box? - by ruckfules99 - 13.02.2010, 14:31
Re: How to make this box? - by woot - 13.02.2010, 14:32
Re: How to make this box? - by ruckfules99 - 13.02.2010, 14:36
Re: How to make this box? - by woot - 13.02.2010, 14:39
Re: How to make this box? - by ruckfules99 - 13.02.2010, 14:40
Re: How to make this box? - by Miguel - 13.02.2010, 16:00

Forum Jump:


Users browsing this thread: 1 Guest(s)