04.07.2011, 07:13
Quote:
if(PlayerInfo[killerid][team] == 1) if(PlayerInfo[playerid][team] != 1) { if(Changing == 0) { axticket -= 1; } UpdateDraws(); if(axticket < 1) { Changemap(); Changing = 1; SendClientMessageToAll(c_blue, "*** Allied team won the round! ***"); } return 1; } |
can u tell me
im confused with this code if(PlayerInfo[playerid][team] != 1)
and axticket -= 1; }
what does "!=" mean
and "-="