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

[CS:GO] Simple Ball Plugin (Soccerjam)


Post New Thread Reply   
 
Thread Tools Display Modes
r3D w0LF
Senior Member
Join Date: Dec 2013
Location: Albania
Old 06-02-2016 , 11:55   Re: [CS:GO] Simple Ball Plugin (Soccerjam)
Reply With Quote #11

Quote:
Originally Posted by mottzi View Post
2. You need to attack the ball holder, he will drop it then.
3. What do you mean. Removing the default prop_physics entities?
I actually mean removing only the ball, which sould be a func_physbox and should have a class name.
And if you could make it so u need to press E on ball holder to drop the ball, just like cs 1.6
r3D w0LF is offline
keevlicious
New Member
Join Date: Jun 2016
Old 06-02-2016 , 15:31   Re: [CS:GO] Simple Ball Plugin (Soccerjam)
Reply With Quote #12

Quote:
Originally Posted by r3D w0LF View Post
I actually mean removing only the ball, which sould be a func_physbox and should have a class name.
And if you could make it so u need to press E on ball holder to drop the ball, just like cs 1.6
Im pretty sure you had to knife him to drop the ball. Maybe im wrong, idk. func_physbox does not need a name if you want a shitty ball. You can give it a name to make a better ball with more entitys... Theres also a way to remove all func_physbox around an area i think instead of removing ALL func_entitys from the map which i dont recommend and can destroy severall maps

Last edited by keevlicious; 06-02-2016 at 15:31.
keevlicious is offline
r3D w0LF
Senior Member
Join Date: Dec 2013
Location: Albania
Old 06-02-2016 , 15:38   Re: [CS:GO] Simple Ball Plugin (Soccerjam)
Reply With Quote #13

Or actually removing the entity you are aiming at.
r3D w0LF is offline
mottzi
Veteran Member
Join Date: May 2010
Location: Switzerland
Old 06-02-2016 , 15:48   Re: [CS:GO] Simple Ball Plugin (Soccerjam)
Reply With Quote #14

Quote:
Originally Posted by r3D w0LF View Post
Or actually removing the entity you are aiming at.
That a nice idea. I'll add that soon.
__________________
Quote:
#define true ((rand() % 2)? true: false) //Happy debugging suckers
mottzi is offline
Send a message via MSN to mottzi
my11
Member
Join Date: Feb 2015
Location: Argentina
Old 06-03-2016 , 01:33   Re: [CS:GO] Simple Ball Plugin (Soccerjam)
Reply With Quote #15

plugins loaded, but when i type !ball or /ball the menu doesn't appear. and no error on logs.

My server use 1.8 SM
message in console: tried to look up command say as if it were a variable cs go

Models an materials are OK. I am owner, i have all flag access.

Sorry for my english.
__________________
my11 is offline
mottzi
Veteran Member
Join Date: May 2010
Location: Switzerland
Old 06-03-2016 , 03:30   Re: [CS:GO] Simple Ball Plugin (Soccerjam)
Reply With Quote #16

Quote:
Originally Posted by my11 View Post
plugins loaded, but when i type !ball or /ball the menu doesn't appear. and no error on logs.

My server use 1.8 SM
message in console: tried to look up command say as if it were a variable cs go

Models an materials are OK. I am owner, i have all flag access.

Sorry for my english.
Does it print [SM] Ball Plugin by mottzi. instead?
__________________
Quote:
#define true ((rand() % 2)? true: false) //Happy debugging suckers
mottzi is offline
Send a message via MSN to mottzi
r3D w0LF
Senior Member
Join Date: Dec 2013
Location: Albania
Old 06-03-2016 , 05:14   Re: [CS:GO] Simple Ball Plugin (Soccerjam)
Reply With Quote #17

You should also include other flags if it shows that message.
r3D w0LF is offline
my11
Member
Join Date: Feb 2015
Location: Argentina
Old 06-05-2016 , 20:02   Re: [CS:GO] Simple Ball Plugin (Soccerjam)
Reply With Quote #18

Yes print that message in chat.
__________________
my11 is offline
r3D w0LF
Senior Member
Join Date: Dec 2013
Location: Albania
Old 06-06-2016 , 11:39   Re: [CS:GO] Simple Ball Plugin (Soccerjam)
Reply With Quote #19

Quote:
Originally Posted by my11 View Post
Yes print that message in chat.
Make sure you have all access flags, and not only "Z" flag
r3D w0LF is offline
PresidentEvil
AlliedModders Donor
Join Date: Jun 2012
Old 06-06-2016 , 15:16   Re: [CS:GO] Simple Ball Plugin (Soccerjam)
Reply With Quote #20

Code:
SV_StartSound: *knastjunkies/bounce.mp3 not precached (6967)
VAC secure mode is activated.
SV_StartSound: *knastjunkies/bounce.mp3 not precached (6967)
GC Connection established for server version 331, instance idx 1
SV_StartSound: *knastjunkies/bounce.mp3 not precached (6967)
SV_StartSound: *knastjunkies/bounce.mp3 not precached (6967)
SV_StartSound: *knastjunkies/bounce.mp3 not precached (6967)
SV_StartSound: *knastjunkies/bounce.mp3 not precached (6967)
SV_StartSound: *knastjunkies/bounce.mp3 not precached (6967)
SV_StartSound: *knastjunkies/bounce.mp3 not precached (6967)
SV_StartSound: *knastjunkies/bounce.mp3 not precached (6967)
SV_StartSound: *knastjunkies/bounce.mp3 not precached (6967)
SV_StartSound: *knastjunkies/bounce.mp3 not precached (6967)
SV_StartSound: *knastjunkies/bounce.mp3 not precached (6967)
SV_StartSound: *knastjunkies/bounce.mp3 not precached (6967)
SV_StartSound: *knastjunkies/bounce.mp3 not precached (6967)
SV_StartSound: *knastjunkies/bounce.mp3 not precached (6967)
SV_StartSound: *knastjunkies/bounce.mp3 not precached (6967)
SV_StartSound: *knastjunkies/bounce.mp3 not precached (6967)
SV_StartSound: *knastjunkies/bounce.mp3 not precached (6967)
SV_StartSound: *knastjunkies/bounce.mp3 not precached (6967)
SV_StartSound: *knastjunkies/bounce.mp3 not precached (6967)
SV_StartSound: *knastjunkies/bounce.mp3 not precached (6967)
L 06/06/2016 - 14:14:59: [SM] Native "ReadPackString" reported: DataPack operation is out of bounds.
file is in the server in the correct path


edit: working now, I had an old version of sm
__________________

Last edited by PresidentEvil; 06-06-2016 at 15:19.
PresidentEvil 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 21:55.


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