pos Z
#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


Messages In This Thread
pos Z - by Headshot1108 - 27.02.2009, 00:32
Re: pos Z - by Jefff - 27.02.2009, 00:38
Re: pos Z - by Headshot1108 - 27.02.2009, 00:40
Re: pos Z - by Headshot1108 - 27.02.2009, 08:05
Re: pos Z - by Norn - 27.02.2009, 08:08

Forum Jump:


Users browsing this thread: 1 Guest(s)