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

certain level of bullet traces


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Erra
Member
Join Date: Jun 2021
Old 11-15-2021 , 05:35   certain level of bullet traces
Reply With Quote #1

hello, when I reach a certain level, I want the bullets to be like this. It gives bombs to the code below, can you code it so that the bullets are colored instead?





PHP Code:
#include <amxmodx>
#include <crxranks>
#include <fun>
#include <hamsandwich>

public plugin_init()
{
    
register_plugin("CRXRanks: Weapon Example""1.0""OciXCrom")
    
RegisterHam(Ham_Spawn"player""OnPlayerSpawn"1)
}

public 
OnPlayerSpawn(id)
{
    if(!
is_user_alive(id))
        return

    if(
crxranks_get_user_level(id) >= 25)
        
give_item(id"weapon_hegrenade")

Erra is offline
Erra
Member
Join Date: Jun 2021
Old 11-20-2021 , 21:00   Re: certain level of bullet traces
Reply With Quote #2

Pls help me pls
Erra is offline
SHIFT0
Senior Member
Join Date: Apr 2021
Location: Palestine
Old 11-21-2021 , 08:19   Re: certain level of bullet traces
Reply With Quote #3

You means golden bullet ?
which weapons ?

Last edited by SHIFT0; 11-21-2021 at 08:23.
SHIFT0 is offline
SHIFT0
Senior Member
Join Date: Apr 2021
Location: Palestine
Old 11-21-2021 , 08:28   Re: certain level of bullet traces
Reply With Quote #4

https://forums.alliedmods.net/showthread.php?p=544649
SHIFT0 is offline
Reply


Thread Tools
Display Modes

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 13:32.


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