Removing the class selection buttons
#10

Quote:
Originally Posted by Rittik
Посмотреть сообщение
Try this.

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
   
    return 0; //Do "return 0;" here
}
Then, just show the dialog to the player when they connect.
pawn Код:
OnPlayerConnect(playerid)
{
  ShowPlayerDialog(playerid,CLASS,DIALOG_STYLE_LIST,"Classes","Trucker\nPilot\nTaxi Driver\nPolice\nRapist","Select","Exit");
  return 1;
}
That doesn't work.
Reply


Messages In This Thread
Removing the class selection buttons - by mitchboy - 21.02.2012, 15:24
Re: Removing the class selection buttons - by niels44 - 21.02.2012, 15:26
Re: Removing the class selection buttons - by mitchboy - 21.02.2012, 15:43
Re: Removing the class selection buttons - by DrakeX - 21.02.2012, 16:46
Re: Removing the class selection buttons - by milanosie - 21.02.2012, 16:47
Re: Removing the class selection buttons - by mitchboy - 21.02.2012, 16:48
Re: Removing the class selection buttons - by Maxymex - 17.06.2014, 13:48
Re: Removing the class selection buttons - by Rittik - 17.06.2014, 13:55
Re: Removing the class selection buttons - by Mey6155 - 17.06.2014, 14:37
Re: Removing the class selection buttons - by Maxymex - 17.06.2014, 14:54

Forum Jump:


Users browsing this thread: 1 Guest(s)