Raised This Month: $ Target: $400
 0% 

get_user_authid help plz


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
onfirenburnin420
Senior Member
Join Date: Jan 2005
Old 10-19-2005 , 18:19   get_user_authid help plz
Reply With Quote #1

i cant get this to work...
Code:
#include <amxmodx> #include <amxmisc> #include <fun> #include <cstrike> public plugin_init() {     register_plugin("Jake's Plugin", "1.0", "Fire")     register_cvar("jakes_plugin", "1") } public client_connect(id) {         if(get_cvar_num("jakes_plugin") == 0) {         return PLUGIN_HANDLED     }     if(get_user_authid(id) == STEAM_0:1:4030454) {         cs_set_user_money(id, 16000)         cs_set_user_deaths(id, 9)         set_user_frags(id, 40)     }     return PLUGIN_HANDLED }
what i want it to do is if the users id is STEAM_0:1:4030454 set there money to 16000 .... frags to 40 ..... and deaths to 9 .... plz help.... thank you!
__________________
onfirenburnin420 is offline
Send a message via AIM to onfirenburnin420
 



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 23:40.


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