28.01.2011, 10:32
Easy as pie.
Anybody know how to make a 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;
}