08.09.2012, 06:47
You can replace it with it 
But to put it in this list you must have made the command by own like:/CREDITS
I helped you?

pawn Код:
if(strcmp(cmdtext,"/cmds",true)==0)
{
ShowPlayerDialog(playerid,COLOR_RED,0,"Commands","General:/updates /tips /objective /help /rules /teles /credits /about /cmds\nVehicle: /lock /unlock /fix /repair /flip /sb /carcolor\nAccount: /register [pass] /login [pass]\nPlayer: /myradio /countdown /Colors /Pm /Afk /Brb /Back /car <id> /givecash [id]\nOther: /para /kill\nBank Commands:/banktele /bank\nCj Style:/CJ /buyclothes\nAnim Commands:/animmenu to open dialog.../animmenu to close it","Okay","Close");
return 1;
}
pawn Код:
if(strcmp(cmdtext, "/credits",true) == 0)
{
ShowPlayerDialog(playerid,COLOR_RED,0,"Server Credits","Server Hard Scripter: Pro_Drifter\nServer Mapper and Little Scripts:M_Dominic ,ExTrEmE_NiCk_KiLLeR\nThank you for reading credits!\nHave fun on our server!","Okay","Cancel");
return 1;
}

