18.12.2013, 15:42
This didnt work
even if i am other team it picks the weapon even if area is not captured
even if i am other team it picks the weapon even if area is not captured
pawn Код:
if(pickupid == heatseekersupplydepo)
{
if((tCP[SUPPLYDEPO] == TEAM_RANGERS && gTeam[playerid] == TEAM_RANGERS))//Line 816
{
GivePlayerWeapon(playerid,36,2);
SendClientMessage(playerid,COLOR_GREY,"[SERVER]{FFFFFF}You Picked ammo of HeatSeekers");
}
}