Guest User

Untitled

a guest
Aug 10th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.53 KB | None | 0 0
  1. strins(DialogString, "Empfänger\tBetrag\tAlt. Kontostand\tNeu. Kontostand\tZweck\tUhrzeit\n", 0);
  2.  
  3. format(DialogString,sizeof(DialogString),"\
  4. %s"HTML_WHITE"%d\t$d\t"HTML_RED"$%d\t"HTML_GREEN"$d\t"HTML_WHITE"%s\n",DialogString, InstructionInfo[i][iOtherNumber],
  5. InstructionInfo[i][iValue], InstructionInfo[i][iOldValue], InstructionInfo[i][iNewValue],
  6. InstructionInfo[i][iVerwendungszweck], InstructionInfo[i][iTime]);
  7.  
  8. ShowPlayerDialog(playerid,DEINDIALOGNAME,DIALOG_STYLE_TABLIST_HEADERS,"DEINTITEL",DialogString,"Bestätigen","");
Add Comment
Please, Sign In to add comment