26.06.2012, 18:07
I maked this command : if(strcmp(cmdtext, "/help", true) == 0)
{
new BigString15[1900];
strcat(BigString15, ""R"--------->Comenzi(/cmds)<---------\n", 1900 );
strcat(BigString15, ""L"--------->Creatori(/credits)<---------!\n", 1900 );
strcat(BigString15, ""V"--------->Reguli(/rules)<---------\n", 1900 );
strcat(BigString15, ""O"--------->Teleporturi(/teles)<---------\n", 1900 );
ShowPlayerDialog(playerid,222,DIALOG_STYLE_LIST, ""W"\t\t\t^^^Help^^^",BigString15,"Next", "Close");
return 1;
}
But I want : when a player click "comenzi(/cmds)" the dialog with cmds appear
Sorry for my english :-"
{
new BigString15[1900];
strcat(BigString15, ""R"--------->Comenzi(/cmds)<---------\n", 1900 );
strcat(BigString15, ""L"--------->Creatori(/credits)<---------!\n", 1900 );
strcat(BigString15, ""V"--------->Reguli(/rules)<---------\n", 1900 );
strcat(BigString15, ""O"--------->Teleporturi(/teles)<---------\n", 1900 );
ShowPlayerDialog(playerid,222,DIALOG_STYLE_LIST, ""W"\t\t\t^^^Help^^^",BigString15,"Next", "Close");
return 1;
}
But I want : when a player click "comenzi(/cmds)" the dialog with cmds appear

Sorry for my english :-"