Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×
  • 0

Question

Posted

Salut. Am si eu o problema cu GM-ul GF. Am bagat login/register de aici : http://www.sa-mp.ro/forum/index.php/topic,5160.0.html . asa. Si mi se blocheaza cate-odata cand intru pe server. imi ramane blocat uitativa :  sa_mp_000.png . Imi ramane asa pana ies si intru iarasi. Ce sa fac:(

Sa iti dea Deumnezeu sanatate TzAkS

5 answers to this question

Recommended Posts

Posted

:( Am descoperit de la ce este. Cand dau Restart la server, se blocheaza.:( CU /gm sau /endround.. se blocheaza.:( Cum as putea face sa nu se mai blocheze cand dau restart. Vedeti si in poza de mai sus, asa mi se blocheaza pana dau restart la server. :(:(( Comenzile /gmx si /endround:

	if(strcmp(cmd, "/endround", true) == 0)
	{
	    if(IsPlayerConnected(playerid))
	    {
	  		if (PlayerInfo[playerid][pAdmin] >= 3)
			{
				GameModeInitExitFunc();
			}
			else
			{
				SendClientMessage(playerid, COLOR_GRAD1, "   you are not authorized to use that command !");
			}
		}
		return 1;
	}
	//            -----------------------  gmx ---------------
	if(strcmp(cmd, "/gmx", true) == 0)
	{
	    if(IsPlayerConnected(playerid))
	    {
			if (PlayerInfo[playerid][pAdmin] >= 1337)
			{
				GameModeExit();
			}
			else
			{
				SendClientMessage(playerid, COLOR_WHITE, "You don't have acces at this command");
			}
		}
		return 1;
	}

:( va roog mult de tot ajutatima.

Sa iti dea Deumnezeu sanatate TzAkS

Posted

/gmx sau inchiderea directa ii tot cam aceeasi chestie.

Iti dau comanda /gmx de la mine din GM poate ai noroc sa mearga dar nu prea vad ceva schimbat

[pawn]//----------------------------------[GMX]-----------------------------------------------

if(strcmp(cmd, "/gmx", true) == 0)

{

    if(IsPlayerConnected(playerid))

    {

if (PlayerInfo[playerid][pAdmin] >= 1338)

{

GameModeExit();

}

else

{

SendClientMessage(playerid, COLOR_GRAD1, "  You are not authorized to use that command !");

}

}

return 1;

}[/pawn]

Posted

Fratilor. Cand intru pe server, ma inregistrez.. ma loghez acolo e totul Ok. Ies si intru iarasi pe server, la a 2-a logare gata numai merge. Face ca si in imagine.:((:(( Cred ca este de la login/register de la postul de mai sus:(

Sa iti dea Deumnezeu sanatate TzAkS

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.