I need a Imposible Function!!
#4

You can use an array too, like:

pawn Код:
stock IsPlayerInSky(playerid)
{
    new Float:Pos[3];
    GetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]);
    if(Pos[2] == 100)
    {
        return 1;
    }
    else
    {
        return 0;
    }
}
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)