AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   [REQ] Map Ball Spawn Creation (https://forums.alliedmods.net/showthread.php?t=92092)

DruGzOG 05-09-2009 21:55

[REQ] Map Ball Spawn Creation
 
I was wondering if anyone can script a plugin where an admin with immunity can create entity like a soccer ball where the players can kick around. I was planning to do this with soccerjam the mod, but it doesn't work the way I want to.

So I want a command like

amx_spawnball - Creates a Ball in the map using the crosshair of the admin (basically where ever he/she is pointing)

Then you type

amx_saveball - It saves the ball location everytime it changes to that map.

The ball model is "zz_ball.mdl" And thats pretty much all I need right now, Will update this post when I need more :)

Please Help

DruGzOG 06-27-2009 19:11

Re: [REQ] Map Ball Spawn Creation
 
bump

DruGzOG 06-27-2009 19:49

Re: [REQ] Map Ball Spawn Creation
 
bump

cikjam 06-27-2009 22:15

Re: [REQ] Map Ball Spawn Creation
 
I recon someone should make it so you can spawn more then 1 ball.

amx_spawnball "name"
amx_saveball "name"

Mikeisonfire 07-03-2009 10:24

Re: [REQ] Map Ball Spawn Creation
 
yes, this would be an amazing plugin. perfect for soccerjam. someone please make it! ^^

Sylwester 07-03-2009 13:10

Re: [REQ] Map Ball Spawn Creation
 
I checked soccerjam code and even if I make plugin spawning balls, it will not work properly with soccerjam, because OneEyed assumed that there is only 1 ball entity and that it is created by his plugin. (he registered think for ball classname and inside think function he is using entity id retrieved from global variable instead of function argument).

fang 07-03-2009 15:49

Re: [REQ] Map Ball Spawn Creation
 
Quote:

Originally Posted by Sylwester (Post 863319)
I checked soccerjam code and even if I make plugin spawning balls, it will not work properly with soccerjam, because OneEyed assumed that there is only 1 ball entity and that it is created by his plugin. (he registered think for ball classname and inside think function he is using entity id retrieved from global variable instead of function argument).

I don't believe this plugin was meant to be used WITH soccermod. I believe Drugzog tried taking just the ball code from soccerjam but it didn't work out. Which is the reason he's asking for someone to just have the ball creation/spawn zone as a seperate plugin.

VMAN 10-10-2009 17:19

Re: [REQ] Map Ball Spawn Creation
 
bump

Jon 10-11-2009 11:11

Re: [REQ] Map Ball Spawn Creation
 
2 Attachment(s)
Still got a long way to go, here's a demo.

Put ball.mdl in models directory.

VMAN 10-11-2009 12:31

Re: [REQ] Map Ball Spawn Creation
 
Looks nice Jon


All times are GMT -4. The time now is 01:24.

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