28.06.2009, 22:11
Quote:
Originally Posted by coole210
Hello? You asked for the script and i showed then you left lol....
|
And you understood it wrong, you disabled the team to enter it.
pawn Код:
if(gTeam[playerid] == TEAM_HITMAN)
{
..
}
pawn Код:
if(gTeam[playerid] != TEAM_HITMAN)
{
..
}