Raised This Month: $ Target: $400
 0% 

more code not compiling...


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
SweatyBanana
BANNED
Join Date: Sep 2005
Location: LOL
Old 03-21-2006 , 08:03  
Reply With Quote #3

Oh...and this code..


Code:
#include <amxmodx> #include <amxmisc> #include <cstrike> #define PLUGIN = "round_money" #define VERSION = "1.0" #define AUTHOR = "Me" public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR)     register_cvar("round_money", "16000")     register_event("ResetHUD", "roundMoney", "be") } public roundMoney(id) {     new Players[32]     new playerCount, i, user     get_players(Players, playerCount, "b")     for (i=0; i<playerCount; i++)     new player = Players[i]     new money =  cs_get_user_money (id)         new cVar = get_cvar_num(round_money)         if(money < cVar)     {               cs_set_user_money (id , round_money, 1) // sets users money to round_money and flashes the update     }     return PLUGIN_CONTINUE }
SweatyBanana is offline
Send a message via AIM to SweatyBanana Send a message via Yahoo to SweatyBanana
 



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


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