This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Paintball Gun & Mod


Post New Thread Reply   
 
Thread Tools Display Modes
Master312
New Member
Join Date: Aug 2010
Old 08-11-2010 , 02:39   Re: Paintball Gun & Mod
Reply With Quote #301

Does this plugins can add more guns or make it like XP ( Kill someone to have Exp , when they have 10 ,20 ,30 level they can have Orther gun
P/s : my english very bad, so ...
Thanks !
Master312 is offline
deadshoot
New Member
Join Date: Aug 2010
Old 08-22-2010 , 07:07   Re: Paintball Gun & Mod
Reply With Quote #302

Hello can anyone help me to make this paintball?:S
I tried but i don't get guns to use etc.
deadshoot is offline
Rul4
Senior Member
Join Date: Sep 2008
Location: Argentina
Old 10-11-2010 , 02:20   Re: Paintball Gun & Mod
Reply With Quote #303

Quote:
Originally Posted by RasterMan View Post
I still havn't been able to get the bots to shoot
They won't with this plugin, unless you change the code so they do. Here's a way of doing it if you are into coding https://forums.alliedmods.net/showthread.php?t=78709

Another way of doing it without actually doing it, is using this other plugin instead... https://forums.alliedmods.net/showthread.php?t=78548
__________________
Check out my other plugins.
Rul4 is offline
Leon M.
Senior Member
Join Date: Apr 2009
Location: Germany
Old 10-23-2010 , 02:57   Re: Paintball Gun & Mod
Reply With Quote #304

Quote:
Originally Posted by RasterMan View Post
I still havn't been able to get the bots to shoot
A small snippet from a modified version of this paintball mod.

Open: paintballgun.sma

Find
Tip: This may be a partial find and not the whole line.
PHP Code:
                if (gametime-lastshot[id] > g_speed  && nextattack[id] < 0.0 && !freezetime
Replace With
Tip: Replace the preceding line(s) to find with the following lines.
PHP Code:
                if (gametime-lastshot[id] > g_speed  && (is_user_bot(id) || nextattack[id] < 0.0) && !freezetime
Find
Tip: This may be a partial find and not the whole line.
PHP Code:
        velocity_by_aim(idget_pcvar_num(veloc), nvelocity); 
Add After
Tip: Add these lines on a new blank line after the preceding line(s) to find.
PHP Code:
        if (is_user_bot(id))
        {
            
nvelocity[0] += random_float(0.0200.0) - 100.0;
            
nvelocity[1] += random_float(0.0200.0) - 100.0;
            
nvelocity[2] += random_float(0.070.0) - 35.0;
        } 
Best Regards
Leon
__________________
  • ZapTic - Paintball (Version 7.1.3 b1303)
  • Your #1 CS Paintball Server since 2008
  • 85.131.163.101:27015
Leon M. is offline
Dead86
Junior Member
Join Date: Jul 2010
Old 01-08-2011 , 09:16   Re: Paintball Gun & Mod
Reply With Quote #305

Hello. now wanted to Paintball play and download the mod here and he is honest falls.

all often drops a server?

how to fix this error?
Dead86 is offline
Send a message via ICQ to Dead86
nikjind
New Member
Join Date: Feb 2011
Old 02-22-2011 , 07:51   Re: Paintball Gun & Mod
Reply With Quote #306

Player Model and Guns are not coming !!
Just 2 default guns and No special guns and even no player model...
i intalled all the files correctly ...
do we need to put player model and other models in a folder named "pb" or just like after unzipping in the models folder of cstrike ??
nikjind is offline
matan12321
New Member
Join Date: Mar 2011
Old 03-15-2011 , 07:33   Re: Paintball Gun & Mod
Reply With Quote #307

How come the mod works great in LAN games. altough, when i uploaded it to my bought server, it didnt work, as in, the players didnt start with any weapon.
can anyone help me?
matan12321 is offline
xdrift
New Member
Join Date: May 2011
Old 05-24-2011 , 14:01   Re: Paintball Gun & Mod
Reply With Quote #308

Hi all!
i create one server with this tutorial..join and play is non stop 193.84.64.187:28015..Tnx for this tutorial!is best!
xdrift is offline
Leon M.
Senior Member
Join Date: Apr 2009
Location: Germany
Old 06-01-2011 , 06:20   Re: Paintball Gun & Mod
Reply With Quote #309

Quote:
Originally Posted by xdrift View Post
Tnx for this tutorial!is best!
Thanks!

@matan12321, nikjind and Dead86
Any error logs would be nice ;)
__________________
  • ZapTic - Paintball (Version 7.1.3 b1303)
  • Your #1 CS Paintball Server since 2008
  • 85.131.163.101:27015
Leon M. is offline
K2ska
Junior Member
Join Date: Mar 2010
Old 06-24-2011 , 05:51   Re: Paintball Gun & Mod
Reply With Quote #310

This mod crash in my server :S
K2ska is offline
Old 06-24-2011, 07:07
Dolph_Ziggler
This message has been deleted by Dolph_Ziggler.
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 20:33.


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