Jump to content
  • 0

Question

Posted

Deci am comanda /goback si imi da unele errori , spuneti-mi si mie ce am gresit la el.

	if(strcmp(cmd, "/goback", true) == 0) // By WhitePoint
	{
	    if(IsPlayerConnected(playerid))
	    {
			if(PlayerInfo[playerid][pAdmin] > 1)
			{
	            if(AdminPos[playerid][0] != 0.00)
	            {
	                SafeSetPlayerPos(playerid, AdminPos[playerid][0], AdminPos[playerid][1], AdminPos[playerid][2]);
	                AdminPos[playerid][0] = 0.00;
				    AdminPos[playerid][1] = 0.00;
				    AdminPos[playerid][2] = 0.00;
				}
			}
		}
	}

1 answer to this question

Recommended Posts

Posted

Deci am comanda /goback si imi da unele errori , spuneti-mi si mie ce am gresit la el.

	if(strcmp(cmd, "/goback", true) == 0) // By WhitePoint
	{
	    if(IsPlayerConnected(playerid))
	    {
			if(PlayerInfo[playerid][pAdmin] > 1)
			{
	            if(AdminPos[playerid][0] != 0.00)
	            {
	                SafeSetPlayerPos(playerid, AdminPos[playerid][0], AdminPos[playerid][1], AdminPos[playerid][2]);
	                AdminPos[playerid][0] = 0.00;
				    AdminPos[playerid][1] = 0.00;
				    AdminPos[playerid][2] = 0.00;
				}
			}
		}
	}

pune si erorile

Massari e curva mea

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.