View Single Post
koscar12
Member
Join Date: Jan 2014
Old 01-28-2014 , 00:26   Re: [TF2]i need help to fix .sp
Reply With Quote #7

Quote:
Originally Posted by GsiX View Post
>.<"
if you sent a coke or two to me hand to hand, i'll do it.
Yeh, if you want, i 'll send from Korea to you .
i just want to fix only one


PHP Code:
TF2_RemoveWeaponSlot(client
i);
                        
new 
replacement GivePlayerItem(client
replacement_items[j]);
                        
SetEntProp(replacement
Prop_Send,
                            
"m_iItemDefinitionIndex"
replacement_items_index[j]);
                        
SetEntProp(replacementProp_Send"m_bInitialized"
1);
                        
EquipPlayerWeapon(clientreplacement); 
use tf2items and make it new style.
don't use GivePlayerItem.
from GivePlayerItem to EquipPlayerWeapon.......

Last edited by koscar12; 01-28-2014 at 00:26.
koscar12 is offline