#1

hi i have this:

pawn Код:
public RefUpdate()
{
new Float:x,Float:y,Float:z;
for(new i=0; i<MAX_PLAYERS; i++)
{
if(gTeam[i] == TEAM_REF)
{
GetPlayerPos(i,x,y,z);
if(z < 37)
{
SpawnPlayer(i);
SetPlayerHealth(i,100);
SendClientMessage(i,COLOR_RED,"Dont go from the Tower!");
}
}
}
return 1;
}
in my high update (i made a clanwar)
but its dont work.

whats wrong?
Reply
#2

Because z > 37 ? xD
Reply
#3

Quote:
Originally Posted by Jefff
Because z > 37 ? xD
i've already testet, but its dont work
Reply
#4

any1?
Reply
#5

How did you honestly expect that check to work? Theres so so many possibilities that it wont be 37 and under.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)