Raised This Month: $ Target: $400
 0% 

what entity L4D1


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Aya Supay
Member
Join Date: Nov 2015
Old 10-24-2019 , 22:46   Re: what entity L4D1
Reply With Quote #3

Quote:
Originally Posted by Silvers View Post
env_instructor_hint
I use env_instructor_hint silver
but it seems that it doesn't work in l4d1 or I'm doing something wrong

PHP Code:
    char sTemp[64];    
    
int entity CreateEntityByName("env_instructor_hint");
    
Format(sTempsizeof(sTemp), "hint%d"client);
    
DispatchKeyValue(client"targetname"sTemp);
    
DispatchKeyValue(entity"hint_target"sTemp);
    
DispatchKeyValue(entity"hint_timeout"sTemp);
    
DispatchKeyValue(entity"hint_range""0.01");
    
DispatchKeyValue(entity"hint_icon_onscreen""icon_key_up");
    
DispatchKeyValue(entity"hint_caption""Test");
    
DispatchKeyValue(entity"hint_color""255 255 255");
    
DispatchSpawn(entity);
    
AcceptEntityInput(entity"ShowHint"); 
Aya Supay is offline
 



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 04:05.


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