Jump to content
  • 0

SERVER:Unknown command


Question

Posted

Cum pot sa schimb asta "SERVER:Unknown command" cand scriu o comanda gresisa si sami apara ex "Comanda %s nu e buna.Foloseste /cmds "

4 answers to this question

Recommended Posts

  • 0
Posted

Incearca asa:

	else
        {
        format(string, sizeof(string), "Command %s doesnt exist. Try /commands OR /help.", cmdtext);
        SendClientMessage(playerid, COLOR_RED, string);
        }
	return 1;

  • 0
Posted

sau mai simplu, in loc de "return 0;" de la OnPlayerCommandText, pui "return SendClientMessage(playerid, COLOR, "cucu bau");"

-Toate tutorialele postate intra aici sau puneti-le direct [url=http://www.sa-mp.ro/forum/index

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.