How can i do it right?..
#1

pawn Код:
new STOREMENUTEXT[1024] = "Cell Phone (Cost: $%d)",phonecost;
pawn Код:
ShowPlayerDialog(playerid, STOREMENU, DIALOG_STYLE_LIST, "Available Purchases:", STOREMENUTEXT, "Purchase", "Cancel");
thank you..
Reply
#2

some one please..?
Reply
#3

pawn Код:
new
      MESSAGE[64];
      STOREMENUTEXT[256];

format(MESSAGE, sizeof(MESSAGE),"Cell Phone (Cost: $%d)",phonecost);
strmid(STOREMENUTEXT,MESSAGE,0,strlen(MESSAGE),255);

ShowPlayerDialog(playerid, STOREMENU, DIALOG_STYLE_LIST, "Available Purchases:", STOREMENUTEXT, "Purchase", "Cancel");
Reply
#4

thank you!!
Reply
#5

edited nevermind
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)