MESSAGE DIALOG BOX SIMPLE PLZ HELP :(!
#1

How to change this in a msg dialog box i add but get many errors plz add this like this
Код:
Flight owner
Loading Piont
Droping Point
Money:
Mints:
Код:
	
Reward = 1000 + random(2000);
	GetPlayerName(playerid, szName, sizeof(szName));
	format(szString, sizeof(szString), "%s has completed a Flight from %s to %s in %d minutes and received $%d", szName, FirstAPName[playerid], SecondAPName[playerid], GetPVarInt(playerid, "WorkMins"),WorkTimer[playerid], Reward);
 	SendClientMessageToAll(COLOR_WHITE, szString);
Reply
#2

pawn Код:
Reward = 1000 + random(2000);
    GetPlayerName(playerid, szName, sizeof(szName));
    format(szString, sizeof(szString), "%s has completed a Flight from %s to %s in %d minutes and received $%d", szName, FirstAPName[playerid], SecondAPName[playerid], GetPVarInt(playerid, "WorkMins"),WorkTimer[playerid], Reward);
    ShowPlayerDialog(playerid,9999,DIALOG_STYLE_MSGBOX,"Flight",szString,"Okey","");
Reply
#3

DELETED
Reply
#4

thanks for help its working!
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)