I need a Imposible Function!!
#5

Quote:
Originally Posted by dr.lozer
Посмотреть сообщение
you mean like this ??

pawn Код:
stock IsPlayerInSky(playerid)
{
   new Float:x,Float:y,Float:z;
   GetPlayerPos(playerid, x,y,z);
   if(z == 50) return true;
   else return false;
}
No, something like this?
pawn Код:
stock IsPlayerInSky(playerid)
{
   new Float:x,Float:y,Float:z;
   GetPlayerPos(playerid, x,y,z);
   for(new i;i<100;i++)
   {
        if(z-i>0)
       SendClientMessage(playerid,-1,"You are falling from the sky!");
    }

}
Will this work ^ ?
Reply


Messages In This Thread
I need a Imposible Function!! - by dr.lozer - 01.12.2012, 08:50
Re: I need a Imposible Function!! - by RajatPawar - 01.12.2012, 08:52
Re: I need a Imposible Function!! - by dr.lozer - 01.12.2012, 08:55
Re: I need a Imposible Function!! - by gtakillerIV - 01.12.2012, 09:02
Re: I need a Imposible Function!! - by RajatPawar - 01.12.2012, 09:07
Re: I need a Imposible Function!! - by Konstantinos - 01.12.2012, 09:12
Re: I need a Imposible Function!! - by tyler12 - 01.12.2012, 09:29
Re: I need a Imposible Function!! - by Face9000 - 01.12.2012, 09:31
Re: I need a Imposible Function!! - by dr.lozer - 01.12.2012, 09:55
Re: I need a Imposible Function!! - by Konstantinos - 01.12.2012, 10:01

Forum Jump:


Users browsing this thread: 1 Guest(s)