Samp command help
#3

you can use this example for al vehicles in range of point..

pawn Код:
for(new i; i != MAX_VEHICLES; i++)
                {
                    new Float:PosX,Float:PosY,Float:PosZ;
                    GetVehiclePos(i,PosX,PosY,PosZ);
                    if(IsPlayerInRangeOfPoint(playerid, 3.5, PosX,PosY,PosZ))
                    {
Reply


Messages In This Thread
Samp command help - by San1 - 22.06.2013, 17:44
Re: Samp command help - by IstuntmanI - 22.06.2013, 17:59
Re: Samp command help - by CountyRP - 22.06.2013, 18:00
Re: Samp command help - by RedFusion - 22.06.2013, 18:12

Forum Jump:


Users browsing this thread: 1 Guest(s)