23.10.2013, 10:53
PHP код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{ // this is line 4450
new string[500];
format(string, sizeof(string), "Sorry, the command you typed is not known!\n\nA complete list of all 1500+ RevolutionX commands is available on our website\n{9E3700}www,RevolutionX.x10.mx visit for more information\n\nif you are new you can type /tour to take a quick tour of RevolutionX\n\nyou can spawn a vehicle by using the /v1 to /v17 dialogs (or type /car)\n\nClick the Commands button below to display the most commonly used commands or type /help for more information");
if(!success) ShowPlayerDialog(playerid,1 , DIALOG_STYLE_MSGBOX, "Revolutionx Wrond Command", string, "Commands", "OK"); // this is line 4451
return 1;
}