31.07.2012, 04:34
Just found a fix for all problems like this
Change your code to
Change your code to
pawn Код:
if(strcmp(cmdtext, "/cmds", true)==0 || strcmp("/commands",cmdtext,true)==0)
{
new str[] = "{FF0000}/Teles {FFFF00}For Teleports\n{FF0000}/Help {FFFF00}If Help Is Needed\n{FF0000}/Report {FFFF00}If You Saw A Hacker\n{FF0000}/Wheelpower {FFFF00}For Cool Rim Switching!\n{FF0000}/Boost {FFFF00}For Crazy Server Boost!\n{FF0000}/Radio {FFFF00}For Built In Server Radio!\n Use {FF0000}/AFK {FFFF00}If Your AFK, When Your Back, Use {FF0000}/Back!\n{FF0000}/Neon {FFFF00}& {FF0000}/Tune\n{FF0000}/PM {FFFF00}Private MSG\n{FF0000}/V {FFFF00}Vehicle";
ShowPlayerDialog(playerid,DIALOG_STYLE_MSGBOX, "Server Commands",str,"OK","");
return 1;
}