31.07.2012, 03:55
Yes, but you haven't passed it.
You're missing arguments in the ShowPlayerDialog call. ShowPlayerDialog parameters are:
and you missed the dialogid param.
And for the input too long error you gotta split your ShowPlayerDialog call into two lines:
You're missing arguments in the ShowPlayerDialog call. ShowPlayerDialog parameters are:
pawn Код:
(playerid, dialogid, style, caption[], info[], button1[], button2[])
And for the input too long error you gotta split your ShowPlayerDialog call into two lines:
pawn Код:
ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX,
"Server Commands", "{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 ", "OK", "");