Raised This Month: $51 Target: $400
 12% 

Soccer Ball for jailbreak


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
outsiderlv
Senior Member
Join Date: Mar 2010
Old 04-18-2010 , 05:59   Soccer Ball for jailbreak
Reply With Quote #1

Hey everyone!
I have made my own jailbreak server and I need a soccer ball plugin (with model and sound).
What I need:
1. Admin can set a soccer ball spawn point on each map and the ball automatically will spawn in that spot.
2. The ball can be taken just going very close it (except if someone already has taken the ball).
3. The ball can be hit away with e (use) button.
4. The ball can be stolen by pressing e (use) button.

I can pay for it (thru paypal) or make a website for you..
PM ME or POST IN THIS TOPIC.
outsiderlv is offline
Old 04-20-2010, 14:49
outsiderlv
This message has been deleted by YamiKaitou. Reason: bump
ManuGamecore
Junior Member
Join Date: Aug 2010
Old 08-08-2010 , 07:54   Re: Soccer Ball for jailbreak
Reply With Quote #2

Please May I pass someone on here and I need this plugin
ManuGamecore is offline
ManuGamecore
Junior Member
Join Date: Aug 2010
Old 08-09-2010 , 10:41   Re: Soccer Ball for jailbreak
Reply With Quote #3

UP
ManuGamecore is offline
Xalus
Veteran Member
Join Date: Dec 2009
Location: Belgium
Old 08-09-2010 , 10:43   Re: Soccer Ball for jailbreak
Reply With Quote #4

He already buyed one.
__________________
Retired.
Xalus is offline
ManuGamecore
Junior Member
Join Date: Aug 2010
Old 08-09-2010 , 14:25   Re: Soccer Ball for jailbreak
Reply With Quote #5

We found in the SMA but when I conola amx_ball says "Unknown command" but the ball is but I can not move from that location, you can modify some sma to make it go well

Quote:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <fakemeta>
#include <engine>
#include <xs>

#define PLUGIN "Ball"
#define VERSION "1.0"
#define AUTHOR "{PHILMAGROIN}"

new aimVector[3];

public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR);
register_touch( "Ball", "*", "EntityOnTouch" );
register_concmd( "amx_ball", "Ball_Me", ADMIN_ADMIN );
register_touch("Ball", "player", "PlayerOnTouch");
}

public plugin_precache()
{
precache_model("models/newball.mdl");
}

public Ball_Me (id)
{
new MyEntity = create_entity( "info_target" );
new Float:fOrigin[3];
{
entity_set_model( MyEntity, "models/newball.mdl");
get_user_origin(id, aimVector, 3);
IVecFVec(aimVector, fOrigin);
{
set_pev( MyEntity, pev_classname, "Ball" );
set_pev( MyEntity, pev_movetype , MOVETYPE_BOUNCE );
set_pev( MyEntity, pev_solid , SOLID_BBOX );
set_pev( MyEntity, pev_gravity , 0.50 );
set_pev( MyEntity, pev_origin, fOrigin );
set_pev( MyEntity, pev_size, 50.0, 50.0, 50.0);
}
}

}

public EntityOnTouch ( const nEntity )
{
static Float:Velocity[3];
{
pev( nEntity, pev_velocity, Velocity );
xs_vec_mul_scalar( Velocity, 0.85, Velocity );
set_pev( nEntity, pev_velocity, Velocity );
}
}

public PlayerOnTouch ( const Entity, id )
{
new Float:sVelocity[3];
{
velocity_by_aim( id, 480, sVelocity );
entity_set_vector( Entity, EV_VEC_velocity, sVelocity );
}
}
/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
*{\\ rtf1\\ ansi\\ deff0{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang1033\\ f0\\ fs16 \n\\ par }
*/
ManuGamecore is offline
ManuGamecore
Junior Member
Join Date: Aug 2010
Old 08-11-2010 , 04:38   Re: Soccer Ball for jailbreak
Reply With Quote #6

UP
ManuGamecore is offline
naven
Veteran Member
Join Date: Jun 2008
Location: Poland, Cieszyn
Old 08-11-2010 , 05:04   Re: Soccer Ball for jailbreak
Reply With Quote #7

PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <fakemeta>
#include <engine>
#include <xs>

#define PLUGIN "Ball"
#define VERSION "1.0"
#define AUTHOR "{PHILMAGROIN}"

new aimVector[3];

public 
plugin_init() 
{
    
register_plugin(PLUGINVERSIONAUTHOR);
    
register_touch"Ball""*""EntityOnTouch" );
    
register_concmd"amx_ball""Ball_Me"ADMIN_ADMIN );
    
register_touch("Ball""player""PlayerOnTouch");
}

public 
plugin_precache()
{
    
precache_model("models/newball.mdl");
}

public 
Ball_Me (id)
{
    new 
MyEntity create_entity"info_target" );
    new 
Float:fOrigin[3];
    {
    
entity_set_modelMyEntity"models/newball.mdl"); 
    
get_user_origin(idaimVector3);
    
IVecFVec(aimVectorfOrigin);
    {
    
set_pevMyEntitypev_classname"Ball" );
    
set_pevMyEntitypev_movetype MOVETYPE_BOUNCE );
    
set_pevMyEntitypev_solid SOLID_BBOX );
    
set_pevMyEntitypev_gravity 0.50 );
    
set_pevMyEntitypev_originfOrigin );
    
set_pevMyEntitypev_size50.050.050.0);
}
}
    return 
PLUGIN_HANDLED;
}

public 
EntityOnTouch ( const nEntity )
{
static 
Float:Velocity[3];
{
pevnEntitypev_velocityVelocity );
xs_vec_mul_scalarVelocity0.85Velocity );
set_pevnEntitypev_velocityVelocity );
}
}

public 
PlayerOnTouch ( const Entityid )
{
new 
Float:sVelocity[3];
{
velocity_by_aimid480sVelocity );
entity_set_vectorEntityEV_VEC_velocitysVelocity );
}
}
/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
*{\\ rtf1\\ ansi\\ deff0{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang1033\\ f0\\ fs16 \n\\ par }
*/ 
__________________
naven.com.pl
"At the end of the day, there are always going to be mental disorders and people who cause violence for no other reason than the fact that they're fucked up and lost. And all we can do is try to learn from it." Corey Taylor.
naven is offline
ManuGamecore
Junior Member
Join Date: Aug 2010
Old 08-11-2010 , 08:50   Re: Soccer Ball for jailbreak
Reply With Quote #8

thanks, but when I touch the ball to stick by me as and when I press soccerjam It was a shooting
ManuGamecore is offline
Old 08-13-2010, 15:38
ManuGamecore
This message has been deleted by YamiKaitou. Reason: bump
Mankind
Member
Join Date: Jun 2009
Old 08-19-2010 , 13:28   Re: Soccer Ball for jailbreak
Reply With Quote #9

Everyone can write amx_ball and it shows. When you whant to touch the ball you cant it just is standing where it is your cant play it, help me please.
Mankind is offline
RedRobster
Veteran Member
Join Date: Apr 2010
Location: Your Closet
Old 08-19-2010 , 14:35   Re: Soccer Ball for jailbreak
Reply With Quote #10

Lol...There was most definitely not a working one released in General Chat the other day.
RedRobster is offline
Reply



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:08.


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