Raised This Month: $ Target: $400
 0% 

My money script's not workin', plz take a look.


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Peli
Veteran Member
Join Date: Mar 2004
Location: San Diego, CA
Old 09-05-2004 , 23:11  
Reply With Quote #2

Here is a kinda changed version , but I think it's what you want , it gives everyone 16000 at the start of ever round. :
Code:
#include <amxmodx> #include <amxmisc> #include <cstrike> #include <fun> public plugin_init() {    register_plugin("Money Money","0.1","Leo [deBUG]")    register_cvar("amx_money","1")    register_event("ResetHUD","money","a") } public money(id) {    if(get_cvar_num("amx_money")==1)     {      cs_set_user_money(id,16000)      set_hudmessage( 255, 0, 0, -1.0, -1.0, 0, 6.0, 5.0, 0.5, 1.5, 4 )      show_hudmessage(0, "Money Money mode is enabled , everyone gets $16000 every round")         return PLUGIN_HANDLED     }         return PLUGIN_HANDLED }
Peli is offline
Send a message via MSN to Peli
 



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:25.


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