Raised This Month: $ Target: $400
 0% 

No freelook using orpheu


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Natsheh
Veteran Member
Join Date: Sep 2012
Old 08-22-2019 , 13:11   Re: No freelook using orpheu
Reply With Quote #1

I do suggest hiding(making them invisible to dead players) them using add to full pack forward.

Also this should be ..
PHP Code:
static idid iTarget
            while ((
id find_ent_by_class(id"player" )) != iTarget )  
            { 
                if(
get_team(id) != 2)  
                    continue; 
                 
                
OrpheuSetParam(2id); 
                break; 
            } 
PHP Code:
       if(get_team(this) == CS_TEAM_T && get_team(iTarget) == CS_TEAM_T) {
            static 
gPlayers[32], pnum;
            
get_players(gPlayerspnum"ahe""CT");
            if(
pnum 0OrpheuSetParam(2gPlayers[0]);
       } 
__________________
@Jailbreak Main Mod v2.7.0 100%
@User Tag Prefix 100% done !
@Mystery Box 100% done !
@VIP System 100% done !


Last edited by Natsheh; 08-22-2019 at 13:32.
Natsheh is offline
Send a message via MSN to Natsheh Send a message via Skype™ to Natsheh
skatz_ws
Junior Member
Join Date: Aug 2019
Old 08-27-2019 , 12:36   Re: No freelook using orpheu
Reply With Quote #2

Quote:
Originally Posted by Natsheh View Post
I do suggest hiding(making them invisible to dead players) them using add to full pack forward.

Also this should be ..
PHP Code:
static idid iTarget
            while ((
id find_ent_by_class(id"player" )) != iTarget )  
            { 
                if(
get_team(id) != 2)  
                    continue; 
                 
                
OrpheuSetParam(2id); 
                break; 
            } 
PHP Code:
       if(get_team(this) == CS_TEAM_T && get_team(iTarget) == CS_TEAM_T) {
            static 
gPlayers[32], pnum;
            
get_players(gPlayerspnum"ahe""CT");
            if(
pnum 0OrpheuSetParam(2gPlayers[0]);
       } 
Sorry, i didnt understand your sugestion in the first place but now I did. How can I make the players invisible using add to full pack forward?
skatz_ws is offline
Reply



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 17:16.


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