Jump to content
  • 0

Question

Posted

Salut,am o intrebare,sunt incepator la scripting si vreau sa ma ajutati cu ceva.

Anume sami spuneti cum sa fac in asa fel incit de ex scriu /cmds si sami apara comenzile,sa fie doar scrise.

Va rog sa ma ajutati.

Ms.

2 answers to this question

Recommended Posts

Posted

Trebuie sa faci ceva de genu :

if(strcmp(cmd, "/cmds", true) == 0)
	{
	    if(IsPlayerConnected(playerid))
	    {
		    SendClientMessage(playerid, COLOR_GRAD1,":: ACCOUNT :: /rules /login /stats /changepass /levelup /upgrade");
}
		return 1;
	}

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.