How to fix this error?
#5

D'you have this in your script?

pawn Код:
public PlayerToPointStripped(Float:radi, playerid, Float:x, Float:y, Float:z, Float:curx, Float:cury, Float:curz)
{
  if(IsPlayerConnected(playerid))
  {
   new Float:tempposx, Float:tempposy, Float:tempposz;
   tempposx = (curx -x);
   tempposy = (cury -y);
   tempposz = (curz -z);
   if (((tempposx < radi) && (tempposx > -radi)) && ((tempposy < radi) && (tempposy > -radi)) && ((tempposz < radi) && (tempposz > -radi))) return 1;
  }
  return 0;
}
Reply


Messages In This Thread
How to fix this error? - by hardstop - 08.02.2010, 20:38
Re: How to fix this error? - by FlatMaN - 08.02.2010, 20:42
Re: How to fix this error? - by hardstop - 08.02.2010, 20:50
Re: How to fix this error? - by akis_tze - 08.02.2010, 22:00
Re: How to fix this error? - by kmzr - 08.02.2010, 22:50
Re: How to fix this error? - by BlackFoX - 08.02.2010, 22:58

Forum Jump:


Users browsing this thread: 1 Guest(s)