[ Help ] Inputtext
#1

Hello.I made the one function cash.Normal i jump table enter the amount But the amount is not sent to me.

Код:
  if(listitem == 18)
  {
  if(adminlvl[playerid] <= 4) return ShowPlayerDialog(playerid,23,DIALOG_STYLE_MSGBOX,"Admin-Level","Nemбљ admin level 4","Ok","Zavrieť");
  ShowPlayerDialog(playerid,25,DIALOG_STYLE_INPUT,"Dať peniaze : Čiastka","Dať peniaze\n\nVloћte čiastku:","Ok","Zavrieť");
  }
  if(dialogid == 25)
  {
  if(response)
  {
  new cash=strval(inputtext);
  GivePlayerMoney(ClickPlayer[playerid], cash);
  }
Reply
#2

Please Help ..... Sorry double post
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)