One Simple error
#2

pawn Код:
new name[MAX_PLAYER_NAME], string[128];
GetPlayerName(playerid, name, sizeof(name));
format(string, sizeof(string), "Score: %i\nName: %s\nWealth: $%i", GetPlayerScore(playerid), name, GetPlayerMoney(playerid));
ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX,"Notice",string,"Close","");
Reply


Messages In This Thread
One Simple error - by Twinki1993 - 27.02.2012, 15:06
Re: One Simple error - by iTorran - 27.02.2012, 15:08
Re: One Simple error - by Twinki1993 - 27.02.2012, 15:09
Re: One Simple error - by iTorran - 27.02.2012, 15:10
Re: One Simple error - by Twinki1993 - 27.02.2012, 15:11

Forum Jump:


Users browsing this thread: 1 Guest(s)