commands are not working
#4

You can replace it with it

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;
}
But to put it in this list you must have made the command by own like:/CREDITS
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;
}
I helped you?
Reply


Messages In This Thread
commands are not working - by pascalboy - 08.09.2012, 05:41
Re: commands are not working - by CrazyChoco - 08.09.2012, 05:46
Re: commands are not working - by pascalboy - 08.09.2012, 05:54
Re: commands are not working - by Pro_Drifter - 08.09.2012, 06:47
Re: commands are not working - by CrazyChoco - 08.09.2012, 06:49
Re: commands are not working - by pascalboy - 08.09.2012, 06:58
Re: commands are not working - by Pro_Drifter - 08.09.2012, 07:01
Re: commands are not working - by Pro_Drifter - 08.09.2012, 07:35
Re: commands are not working - by pascalboy - 08.09.2012, 08:11
Re: commands are not working - by Pro_Drifter - 09.09.2012, 05:38

Forum Jump:


Users browsing this thread: 1 Guest(s)