if(strcmp(cmd, "/cmds", true) == 0)
{
ShowPlayerDialog(playerid,28,DIALOG_STYLE_MSGBOX,"Commands","GENERAL COMMANDS: /stats /admins /serverteam /cctv /report /changepass [There is no command changepass like uG]\n ROLEPLAY COMMANDS: /me /do /w /shouts /b /o /pm /l /s /chathelp /rpname [Will be done soon\n VEHICLE COMMANDS: /trunk /hood /lockv /objective /lights\n HOUSE COMMANDS: /buyhouse /sellhouse and Alot functions are added in /housemenu command\n BUSINESS COMMANDS: /buybus /sellbus and Alot functions are in dialog command /busmenu\n ORGS COMMANDS: /request /orglist only for players who are not in gang\n PHONE COMMANDS: /call /hangup /sms /pb /ph /mpn /sms\n ANIMLIST COMMANDS: /animlist (Alot of commands in animlist in 50-60\n RULES COMMANDS: /rules /banrules /tbrules /help","Okay","Okay");
return 1;
}
new string[952];
strcat(string, "[Server Commands]/credits,/help,/kill,/afk,/back,/me,/v,/givecash,/fix,/flip,/tts,/ttsstop,/skin,/report,/admin,/pm,/admins,/radio\n");
strcat(string, "[Server Commands]/addboject,/objectids,/boneids\n");
strcat(string, "[Admin Commands (1)]/s,/soff,/explode,/slap,/mute,/unmute\n");
strcat(string, "[Admin Commands (2)]/duty,/dutyoff,/fr(eeze),/unfr(eeze),/cc\n");
strcat(string, "[Admin Commands (3)]/rac,/recon\n");
strcat(string, "[Admin Commands (4)]/bring,/goto,/heal,/healall,/adminradio,/radiooff\n");
strcat(string, "[Admin Commands (5)]/gmx");
ShowPlayerDialog(playerid, 44, DIALOG_STYLE_MSGBOX, "Help", string, "OK", "");
This sucks:
This forum requires that you wait 120 seconds between posts. Please try again in 46 seconds. |
This sucks too:
The message you have entered is too short. Please lengthen your message to at least 4 characters. |