Problem
#2

that's because you check is playerid equals team id, but not player team id. You have:
pawn Код:
if(GetPlayerTeam(playerid == TEAM_GROVE))
Which should be:
pawn Код:
if(GetPlayerTeam(playerid) == TEAM_GROVE)
Reply


Messages In This Thread
Problem - by Youssef214 - 25.01.2014, 19:16
Re: Problem - by Scottas - 25.01.2014, 19:22
Re: Problem - by Vince - 25.01.2014, 19:22
Re: Problem - by Youssef214 - 25.01.2014, 19:56

Forum Jump:


Users browsing this thread: 1 Guest(s)