Raised This Month: $32 Target: $400
 8% 

limited area


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
renegade924
Junior Member
Join Date: Mar 2018
Old 05-10-2018 , 10:41   limited area
Reply With Quote #1

i have this code from natsheh for this plugin but i have no idea how to fix this

PHP Code:
// creating a circle around the player with 500 radius and 128 corner raise up the 128 to make the circle more smoothly..
        
new Float:fOrigin_Center[3]; pev(idpev_originfOrigin_Center);
        const 
divides 128
        new 
Float:fOrigin[3];
        new 
Float:fAngle[3], Float:AngleMulScalar = (360.0 divides), Float:fVector[3];
        const 
Radius 500.0;
        
        for(new 
idividesi++)
        {
            
angle_vector(fAngleANGLEVECTOR_RIGHTfVector);
            
xs_vec_mul_scalar(fVectorRadiusfVector);
            
xs_vec_add(fOrigin_CenterfVectorfOrigin);
            
            
// in here you can create the effects :)
            
            
fAngle[1] += AngleMulScalar;
        }

        
// check if other players are out and slap them.
        
new ent = -1players[32], pnumignore[33];
        while( (
ent engfunc(EngFunc_FindEntityInSphereentfOrigin_CenterRadius)) > 0)
        {
            if(
is_user_alive(ent))
            {
                
ignore[ent] = true;
            }
        }

        
get_players(players,pnum,"a")
        for(new 
i,playerpnumi++)
        {
            
player players[i];
            if(
ignore[player]) continue;

            
user_slap(playerrandom_num(2,10));
        } 
if anyone can make this plugin, then do this =)
renegade924 is offline
Black Rose
Veteran Member
Join Date: Feb 2011
Location: Stockholm, Sweden
Old 05-13-2018 , 13:55   Re: limited area
Reply With Quote #2

Wait...

The information you have provided:
Make "this plugin" using *code* which does *unspecified*.

WHAT?

I'm gonna guess based on what the code does that you want someone to make a PUBG mod without telling anyone you want a PUBG mod, using your contribution of code which you didn't create. What is your role in this equation? Why are you the one making this post?

I just don't get it.
__________________

Last edited by Black Rose; 05-13-2018 at 16:37.
Black Rose is offline
renegade924
Junior Member
Join Date: Mar 2018
Old 05-14-2018 , 09:48   Re: limited area
Reply With Quote #3

I forgot to say what i want, yes, is something like a "pubg" mod, but not really, i just want this plugin to make some fun on my server, and if you can do it, contact me in pm.
renegade924 is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 17:30.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode