Simple question
#6

pawn Код:
stock IsVehicleConnected(vehicleid)
{
    new Float:x, Float:y, Float:z;
    GetVehiclePos(vehicleid, x, y, z);
    if(x == 0.0 && y == 0.0 && z == 0.0)return 0;
    return 1;
}
Reply


Messages In This Thread
Simple question - by Rokzlive - 22.12.2011, 05:03
Re: Simple question - by Definition - 22.12.2011, 05:06
Re: Simple question - by Rokzlive - 22.12.2011, 05:07
Re: Simple question - by Steven82 - 22.12.2011, 05:28
Re: Simple question - by FarSe. - 22.12.2011, 06:15
Re: Simple question - by Tee - 22.12.2011, 06:20

Forum Jump:


Users browsing this thread: 1 Guest(s)