30.04.2011, 07:13
pawn Код:
case DIALOG_HELP: {
format ( str , sizeof ( str ) , ""YELLOW"Welcome to "RED"Awesome Stunter "YELLOW"server. In here you can "RED"stunt "YELLOW"every where you want.\n\
"YELLOW"But, "RED"You can't kill "YELLOW"other players outside "RED"Death Match Zone. "YELLOW"Awesome Stunter crew\n\
"RED"update "YELLOW"this server every month. More "RED"feature "YELLOW"will update on this server. So stay "RED"active.\n\
\n\
"YELLOW"For more details of server commands, type "RED"/cmds or /commands." ) ;
ShowPlayerDialog ( playerid , DIALOG_HELP , DIALOG_STYLE_MSGBOX , iTitle , str , "Submit" , "" ) ;
}