Help with a /rules dialog
#2

Easy as pie.

pawn Код:
CMD:rules( p, pa[ ] )
{
    ShowPlayerDialog( p, 9000, DIALOG_STYLE_MSGBOX, "Server Rules", "/detach\n\tDetaches your trailer\n\
                                                                     /flip\n\tFlips your vehicle back on his wheels\n\
                                                                     /kill\n\tKills yourself\n\
                                                                     /reclass\n\tChoose another class\n\
                                                                     /work\n\tStart a job\n\
                                                                     /rescue\n\tLet's you respawn at a spawn-location\n\
                                                                     /admins\n\tShows all online admins\n\
                                                                     /cmds\n\tShows this list of commands"
, "Ok" , "");
    return 1;
}
Anybody know how to make a pie?
Reply


Messages In This Thread
Help with a /rules dialog - by thimo - 28.01.2011, 10:18
Re: Help with a /rules dialog - by Zh3r0 - 28.01.2011, 10:32
Re: Help with a /rules dialog - by thimo - 28.01.2011, 11:38
Re: Help with a /rules dialog - by Zh3r0 - 28.01.2011, 12:11
Re: Help with a /rules dialog - by thimo - 28.01.2011, 12:17
Re: Help with a /rules dialog - by armyoftwo - 28.01.2011, 12:24
Re: Help with a /rules dialog - by HyperZ - 28.01.2011, 12:26
Re: Help with a /rules dialog - by thimo - 28.01.2011, 12:52
Re: Help with a /rules dialog - by HyperZ - 28.01.2011, 12:57

Forum Jump:


Users browsing this thread: 1 Guest(s)