AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   PaintBall (https://forums.alliedmods.net/showthread.php?t=48934)

SAMURAI16 12-23-2006 13:57

PaintBall
 
2 Attachment(s)
AMX PaintBall
Author : KRoT@L
Version : 0.5
* Ported to AMX MOD X by SAMURAI and updated

* Changelog:

0.1 Release
0.2 Optimization + added cvar paintball_randomcolor
0.3 Added cvar paintball_lifetime
0.4 Added pcvars
0.5 Updated Cvar paintball_randomcolor

* Cvars:

paintball (default 1)
- 0: disables the plugin
- 1: enables the plugin

paintball_randomcolor (default 0)
- 0: use defined colors
- 1: completely random colors
- 2 : By team function :
Players from T team have red colors and from CT blue colors

paintball_maxballs (default 200)
- how many balls (entities) on the map can be created by the plugin decrease the value if your server crashes

paintball_lifetime (default 10)
- lifetime in seconds of the colored entities

* Required Modules:
- Engine
- Cstrike

LAST Version of Plugin : http://www.cs-utilz.net/viewtopic.php?f=11&t=18

Alka 12-23-2006 14:20

Re: PaintBall
 
Nice...:P +karma.! :)

jopmako 12-23-2006 14:39

Re: PaintBall
 
Magic... +k:up:

XmINiX 12-23-2006 15:06

Re: PaintBall
 
Nice

Hawk552 12-24-2006 00:15

Re: PaintBall
 
This is not fully ported.

Quote:

Originally Posted by VexdUM.inc (from the backward compat layer)
/* Wrapper around pfn_think */
forward entity_think(entity);

Please fix this.

Also, use pcvars. Normal cvars are unacceptable for this usage.

Also, remove the "require_modules" section. It's totally useless with the now current auto module loading feature of AMXX 1.70.

In the future, please be sure that you have fully ported a plugin before you post it. Simply saying that it works is not good enough.

SAMURAI16 12-24-2006 03:23

Re: PaintBall
 
-updated
cvar to pcvar
removed require modules part
And with "entity_think(entity)", wich problem is here ?

jim_yang 12-24-2006 03:37

Re: PaintBall
 
amxx doesn't have this forward "entity_think", so you need to port this.

manchimocyrus 12-24-2006 03:52

Re: PaintBall
 
EN: nice. good work
RO: bine facut man . buna treaba.

SAMURAI16 12-24-2006 04:00

Re: PaintBall
 
Quote:

Originally Posted by manchimocyrus (Post 419217)
EN: nice. good work
RO: bine facut man . buna treaba.

RO ??

- updated ; should be completed ported
now i will add glow when i hit victim

10Stars 12-24-2006 04:20

Re: PaintBall
 
*REQUEST* A cvar so that if someone is HIT at all, they die. I play real paintball, a hit is death period.

All except nades should do this.


All times are GMT -4. The time now is 12:57.

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