Thread: [CS:GO]
View Single Post
Author Message
DabuDos
Junior Member
Join Date: Feb 2015
Location: Germany
Old 06-06-2015 , 09:16   [CS:GO]
Reply With Quote #1

SORRY FORGOT TO WRITE THE TITLE TO THE END!
It should be "[CS:GO] Editing weapon NetProps without giving a new one"

Hey ppl,
I have a short question

PHP Code:
    Client_RemoveWeapon(att"weapon_ak47");
new 
ent GivePlayerItem(att"weapon_ak47");
SetEntProp(entProp_Send"m_iItemIDLow"2048);
SetEntProp(entProp_Send"m_iItemIDHigh"0); 
This is the normal method I use to edit the netprops of a weapon.
Is there a method without always giving the client a new one?

Last edited by DabuDos; 06-06-2015 at 09:18. Reason: Forgot the mention the title
DabuDos is offline