[Help] GetPlayerTeam Warning
#1

Hello , i have following command but it gives me warning of Tag Mismatch.
PHP код:
if(!GetPlayerTeam(playerid) == 8)
    {
        
SetPlayerTeam(playerid0);
    } 
if i set it to
PHP код:
if(GetPlayerTeam(playerid) == 8)
    {
        
SetPlayerTeam(playerid0);
    } 
Then it have no warning . Why i am getting the warning with ! and how to solve it?
Reply
#2

pawn Код:
if(GetPlayerTeam(playerid) != 8)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)