[Help] : error 010: invalid function or declaration
#2

On the code you put there's missing a bracket }
try this:
Код:
if(strcmp("/acords", cmdtext, true) == 0)
	{
	    if(IsPlayerConnected(playerid))
	    {
	    	if(PlayerInfo[playerid][pAdmin] >= 3)
	    	{
	    	    SendClientMessage(playerid, COLOR_WHITE, "Cordinates Menu [/gotoco]");
	    	    SendClientMessage(playerid, COLOR_WHITE, "Gotham City: 2203.3160 -5787.8170 13.3400 360.0000");
	    	}
	    }
        }
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)