How to make this box?
#8

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
  if(strcmp(cmdtext, "/show", true) == 0)
  {
    new
      string[95];
   
    format(string, sizeof(string), "Rob Level %d\nRape Level %d\nTaze Level %d\nArrest Level %d\nHitman Level %d", var1, var2, var3, var4, var5);
    ShowPlayerDialog(playerid, 141, DIALOG_STYLE_MSGBOX, "Status:", string, "Ok", "Cancel");
    return 1;
  }
  return 0;
}
Reply


Messages In This Thread
How to make this box? - by ruckfules99 - 13.02.2010, 14:27
Re: How to make this box? - by GTAguillaume - 13.02.2010, 14:29
Re: How to make this box? - by ruckfules99 - 13.02.2010, 14:31
Re: How to make this box? - by woot - 13.02.2010, 14:32
Re: How to make this box? - by ruckfules99 - 13.02.2010, 14:36
Re: How to make this box? - by woot - 13.02.2010, 14:39
Re: How to make this box? - by ruckfules99 - 13.02.2010, 14:40
Re: How to make this box? - by Miguel - 13.02.2010, 16:00

Forum Jump:


Users browsing this thread: 5 Guest(s)