Jump to content
  • 0

Question

Posted

Nick:SenZor.

Problema::Deci imi dau admin 6 si dau comanda /givemoneyall [si imi spune "Nu esti autorizat"]De ce imi zice asa.?

Va rog mult help me

Ai incercat sa rezolvi singur ?:da

Erori / warnings:-

Lini/script:-

3 answers to this question

Recommended Posts

Posted

In GameMode vei avea ceva de genu:


public EsteManager(playerid)
{
	if(IsPlayerConnected(playerid))
	{
		new nume[512];
        GetPlayerName(playerid, nume, sizeof(nume));
		//                Creator ! 
        if((strcmp(nume, "George12", true) == 0) || (strcmp(nume, "Nume1", true) == 0) || (strcmp(nume, "Nume2", true) == 0) || (strcmp(nume, "Nume3", true) ==0))
        {
		    return 1;
		}
	}
	return 0;
} 

Inlocuieste toate numele cu nick-ul tau pe care il folosesti in joc.

Enjoy!

Posted

In GameMode vei avea ceva de genu:


public EsteManager(playerid)
{
	if(IsPlayerConnected(playerid))
	{
		new nume[512];
        GetPlayerName(playerid, nume, sizeof(nume));
		//                Creator ! 
        if((strcmp(nume, "George12", true) == 0) || (strcmp(nume, "Nume1", true) == 0) || (strcmp(nume, "Nume2", true) == 0) || (strcmp(nume, "Nume3", true) ==0))
        {
		    return 1;
		}
	}
	return 0;
} 

Inlocuieste toate numele cu nick-ul tau pe care il folosesti in joc.

Enjoy!

93.119.26.23:7777

Guest
This topic is now closed to further replies.
×
×
  • 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.