IP Check
#1

hey, i want to make player ip checker

but i have 1 error (4453) : error 029: invalid expression, assumed zero [else]

whats wrong? :X


Код:
	new saxeli[MAX_PLAYER_NAME];
	GetPlayerName(playerid, saxeli, sizeof(saxeli));
	{
	if(!strcmp(saxeli, "Lumix_Corene", true))
	{
     new IpL[16];
     GetPlayerIp(playerid, IpL, sizeof(IpL));
     if(!strcmp(IpL, "188.129.193.74"))
     SendClientMessage(playerid, 0xFFFFFFFF, "You Can Play With This Account");
     return 1;
    }
    }
    else
    {
	 Kick(playerid);
    }
Reply
#2

Mind displaying the command completely?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)