Raised This Month: $ Target: $400
 0% 

Weird, messing up.


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
pdoubleopdawg
Senior Member
Join Date: Aug 2005
Old 09-12-2005 , 17:14   Weird, messing up.
Reply With Quote #1

This has worked for a couple of days no problem. I come home today, it doesn't show the EntPass Set: line period. Weird.
Code:
public client_PreThink(id) {     if(get_cvar_num("info_on")) {         new player,body,playername[256],authid[33],ip[33],entpass[50]         get_user_aiming(id,player,body)         if(player) {             if(is_user_alive(player) && is_user_alive(id) && is_user_connected(player) && is_user_connected(id)) {                 get_user_info(player,"_entpass",entpass,49)                 get_user_ip(player,ip,32,1)                 get_user_authid(player,authid,32)                 get_user_name(player,playername,255)                 new hudmessage[256]                 format(hudmessage,255,"Name: %s ^nAuthID: %s ^nIp: %s ^nEntpass Set: %s",playername,authid,ip,entpass)                 set_hudmessage(255,24,12,0.04,0.6,_,_,_,_,_,3)                 show_hudmessage(id,hudmessage)             }         }     } }
pdoubleopdawg 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 14:23.


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