Dialog help
#1

How can i Put that:

new name[MAX_PLAYER_NAME], string[256], string2[256],string3[256];
GetPlayerName(playerid, name, sizeof(name));
format(string, sizeof(string), "| Stats of[%s] |", name);
format(string2, sizeof(string2), "[Kills: %d] [Deaths: %d] [Ratio: %0.2f] ",Player[playerid][Kills], Player[playerid][Deaths],Float:Player[playerid][Kills]/Float:Player[playerid][Deaths]);
format(string3, sizeof(string3), "[Cash: %d] [Score: %d] [Adminlevel: %d]",GetPlayerMoney(playerid),GetPlayerScore(playerid ),Player[playerid][admin]);
SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
SendClientMessage(playerid, COLOR_WHITE, string2);
SendClientMessage(playerid, COLOR_WHITE, string3);
SendClientMessage(playerid, COLOR_LIGHTBLUE, "|__________________________________________|" );

in a dialog message box?

thanks for help

Flabsch
Reply
#2

dude what u need i can't understand ?? o_0
please explain if i can help u !
Reply
#3

okay i don't want a client message i want that the message is in a dialog box.
Reply
#4

hmmm write it again please i can't understand if u mean u want to stay some text in that dialog menu just write it here ill help u !
Reply
#5

At the moment comes that:
http://www.pic-upload.de/view-700209...p-002.png.html

But i want that the stats are shown like that:
http://www.pic-upload.de/view-700212...p-003.png.html



how can i make for the x the level,name...
Reply
#6

Is that possible?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)