Raised This Month: $ Target: $400
 0% 

Problems with 'TE_PLAYERATTACHMENT'


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Neeeeeeeeeel.-
Some Guy Yellin'
Join Date: Jul 2010
Location: Argentina
Old 07-11-2012 , 02:41   Problems with 'TE_PLAYERATTACHMENT'
Reply With Quote #1

Do not work...
PHP Code:
new sprite;

public 
plugin_precache( )
    
sprite precache_model"sprites/party_spr.spr" // I also tested with precache_generic

public party_spriteidpartyid )
{
    if( !
is_user_connectedid ) || !is_user_connectedpartyid ) )
        return;
    
    
message_beginMSG_ONE_UNRELIABLESVC_TEMPENTITY_id );
    
write_byteTE_PLAYERATTACHMENT );
    
write_bytepartyid );
    
write_coord);
    
write_shortsprite );
    
write_short99999 );
    
message_end( );
        
    
message_beginMSG_ONE_UNRELIABLESVC_TEMPENTITY_partyid );
    
write_byteTE_PLAYERATTACHMENT );
    
write_byteid );
    
write_coord);
    
write_shortsprite );
    
write_short99999 );
    
message_end( );

__________________
Neeeeeeeeeel.- is offline
Send a message via Skype™ to Neeeeeeeeeel.-
 



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 15:22.


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