Raised This Month: $51 Target: $400
 12% 

More money than 16000 2.0 (2/1/08)


Post New Thread Reply   
 
Thread Tools Display Modes
VEN
Veteran Member
Join Date: Jan 2005
Old 02-11-2006 , 06:12  
Reply With Quote #11

Code:
// #include <amxmodx> new bool:g_new_game public plugin_init() {     register_event("TextMsg", "event_new_game", "a", "2=#Game_Commencing", "2=#Game_will_restart_in")     register_event("HLTV", "event_new_round", "a", "1=0", "2=0") } public event_new_game() {     g_new_game = true } public event_new_round() {     if (g_new_game) {         g_new_game = false         // do something here     } }
VEN is offline
Ramono
Veteran Member
Join Date: Nov 2005
Location: Netherlands
Old 02-11-2006 , 06:14  
Reply With Quote #12

Found already and updated
__________________
Um, hi.
Ramono is offline
VEN
Veteran Member
Join Date: Jan 2005
Old 02-11-2006 , 06:19  
Reply With Quote #13

Well, anyway i recommend pay attention to that example. It's better because it catches exact new game event but not "Game will restart in..." text message. Let's say you set sv_restartround to 60. With your way i'll get money change before actual new game. So if you care about correct way than pay attention. In other case don't worry.
VEN is offline
Ramono
Veteran Member
Join Date: Nov 2005
Location: Netherlands
Old 02-11-2006 , 06:26  
Reply With Quote #14

Gonna update it.

EDIT: Done.
__________________
Um, hi.
Ramono is offline
Switchie
Senior Member
Join Date: Mar 2006
Location: Belgium
Old 03-26-2006 , 05:58  
Reply With Quote #15

nice plugin

THX
__________________
Switchie is offline
m@tte
Junior Member
Join Date: Mar 2006
Old 04-06-2006 , 12:18  
Reply With Quote #16

Found a bug. buyxp doesn't work. I played untill I got $100.000 then wrote buyxp. I bought xp but the money didn't change. it was still $100000. And if i wrote buyxp again it says that i need another $16.000 to buy xp.
__________________
/m@tte
m@tte is offline
Striker
Senior Member
Join Date: Mar 2004
Location: Germany
Old 04-06-2006 , 22:16  
Reply With Quote #17

yeah,

it would be nice if you could add wc3-mod support.
__________________
Striker is offline
Send a message via ICQ to Striker Send a message via MSN to Striker
Ramono
Veteran Member
Join Date: Nov 2005
Location: Netherlands
Old 04-14-2006 , 17:53  
Reply With Quote #18

Tryed to fix already

The actual money you have is 8000
but if i make it 16000 i cant track it anymore, so you have to live with it.
__________________
Um, hi.

Last edited by Ramono; 02-15-2007 at 03:36.
Ramono is offline
SubStream
Veteran Member
Join Date: Aug 2005
Location: USA
Old 05-10-2006 , 18:32  
Reply With Quote #19

awesome plugin this is way better than giving 16k over and over again less reconnects also... I love the idea/plugin and plan on using it.
SubStream is offline
Cryonic
Senior Member
Join Date: Aug 2004
Location: Sweden..... (XCoder)
Old 05-11-2006 , 04:00  
Reply With Quote #20

Code:
//// unlimited_money.sma
// D:\shero\cstrike\addons\amxmodx\scripting\unlimited_money.sma(26) : error 017
: undefined symbol "get_pcvar_num"
// D:\shero\cstrike\addons\amxmodx\scripting\unlimited_money.sma(62) : error 017
: undefined symbol "get_pcvar_num"
// D:\shero\cstrike\addons\amxmodx\scripting\unlimited_money.sma(200) : error 01
7: undefined symbol "get_pcvar_num"
// D:\shero\cstrike\addons\amxmodx\scripting\unlimited_money.sma(230) : warning
204: symbol is assigned a value that is never used: "maxmoney"
// D:\shero\cstrike\addons\amxmodx\scripting\unlimited_money.sma(230) : warning
204: symbol is assigned a value that is never used: "startmoney"
//
// 3 Errors.
// Could not locate output file compiled\unlimited_money.amx (compile failed).
//
// Compilation Time: 0,09 sec
__________________
Cryonic is offline
Reply



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 09:13.


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