Is this possible
#4

This is what i tried so far
pawn Код:
new targetid,
                Float:x,
                Float:y,
                Float:z
                                                   Float:tx,
                                                   Float:ty
                                                   Float:tz;

            GetObjectPos(gRocketObj[i], x, y, z);// Get the position of the object
            if(IsPlayerInRangeOfPoint(playerid, tx, ty, tz); //Pos of Target
            {  
                CreateExplosion(x, y, z, 11, 2.50);      // Create an explosion at this position
                DestroyObject(gRocketObj[i]); // Destroy the object
            }
Reply


Messages In This Thread
Is this possible - by Rudy_ - 28.07.2012, 14:27
Re: Is this possible - by Dolby - 28.07.2012, 14:56
Re: Is this possible - by Rudy_ - 28.07.2012, 15:25
Re: Is this possible - by Rudy_ - 28.07.2012, 15:30
Re: Is this possible - by Baboon - 28.07.2012, 15:32
Re: Is this possible - by Rudy_ - 28.07.2012, 15:35
Re: Is this possible - by Baboon - 28.07.2012, 15:39
Re: Is this possible - by Rudy_ - 28.07.2012, 15:41
Re: Is this possible - by Baboon - 28.07.2012, 16:03
Re: Is this possible - by FireCat - 28.07.2012, 16:06

Forum Jump:


Users browsing this thread: 3 Guest(s)