AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   Realism for Paintball Gun & Mod (https://forums.alliedmods.net/showthread.php?t=78548)

axelnieves2012 12-25-2016 20:07

Re: Realism for Paintball Gun & Mod
 
You can strip weapons like that (using my functions and define's):
new weapons = pev(id, pev_weapons)
new primary = weapons&primary
new secondary = weapons&secondary

if (primary) fm_strip_user_gun( id, bits2id(primary) ) //strip primary weapon
if (secondary) fm_strip_user_gun( id, bits2id(secondary) ) //strip secondary weapon

do this on each player, AFTER round starts ;)

popilas 08-04-2017 07:31

Re: Realism for Paintball Gun & Mod
 
anybody do vip system on this mod? like onyl vip get he, smoke, and extra wep like p90? thanks.

popilas 08-26-2017 12:23

Re: Realism for Paintball Gun & Mod
 
how add pbgun_vendetta in vipmenu??

probetoche 11-28-2021 12:40

????
 
hi. add gun????????

ertzz 03-28-2024 06:42

Re: Realism for Paintball Gun & Mod
 
Hey ! someone can help me whit this error ?

mod_numForName: models/v_pb_sniper.mdl not found ..

Thanks!!

IC3k1ng 03-28-2024 11:00

Re: Realism for Paintball Gun & Mod
 
It says to you that a model is missing. You should check if you installed all correctly.


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

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