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

Showing results 1 to 18 of 18
Search took 0.00 seconds.
Search: Posts Made By: found amxx bug
Forum: Scripting 06-03-2021, 02:37
Replies: 0
Views: 469
Posted By found amxx bug
get tf2 mvm popfile name and read

I'm working on a plugin on change the popfile when mission completed

public void MissionComplete(Handle event, const char[] name, bool dontBroadcast)
{
CreateTimer(7.0, LoadStuff);

}
...
Forum: Plugins 03-23-2021, 12:20
Replies: 89
Views: 34,140
Posted By found amxx bug
Re: [ANY] Restart Empty Server (or Map)

now both values (1(restart),3(map change)) are working now
it is normal that when I start the server it changes the map immediately?
Forum: Plugins 03-23-2021, 11:41
Replies: 89
Views: 34,140
Posted By found amxx bug
Re: [ANY] Restart Empty Server (or Map)

v2.3 has no hibernation error

should I change value sm_restart_empty_method in game?
cause I changed value from 1 to 3 then vice versa, it doesn't trigger player_disconnect till the value is 2
...
Forum: Plugins 03-23-2021, 10:03
Replies: 89
Views: 34,140
Posted By found amxx bug
Re: [ANY] Restart Empty Server (or Map)

similar to #46 post
03/23/2021 - 20:50:37: [SM] Exception reported: Invalid convar handle 0 (error 4)
L 03/23/2021 - 20:50:37: [SM] Blaming: sm_RestartEmpty.smx
L 03/23/2021 - 20:50:37: [SM] Call...
Forum: Scripting 07-29-2019, 11:18
Replies: 2
Views: 1,796
Posted By found amxx bug
Re: mvm upgrade restriction

basically , yes.
When you buy upgrade , it blocks and doesn't pay cash
then has a message Sorry, this upgrade it forbidden
Forum: Scripting 07-25-2019, 03:38
Replies: 2
Views: 1,796
Posted By found amxx bug
mvm upgrade restriction

this is about tf2 mvm upgrades
just a simple plugin which blocks players to buy some upgrades(like explode_on_ignite , some canteens even generate rage on heal(shield) )

this is what my thought ...
Forum: Scripting 05-09-2019, 01:43
Replies: 18
Views: 3,011
Posted By found amxx bug
Re: timer record and some question

yes, no problem this plugin
Now I will work on another plugin.
force wave lost ( restart wave)
Forum: Scripting 05-09-2019, 00:12
Replies: 18
Views: 3,011
Posted By found amxx bug
Re: timer record and some question

another question:
what can I fix this
mission spent time 8 minates 98 seconds
It should be 9 minates 38 seconds

public WaveComplete(Handle:event, const String:name[], bool:dontBroadcast)
{...
Forum: Scripting 05-08-2019, 23:45
Replies: 18
Views: 3,011
Posted By found amxx bug
Re: timer record and some question

test timer2.sp<37>
test timer2.sp<47>
both line

int minutes = RoundToFloor(duration / 60);

I tested , I noticed it counldn't paint correctly
this is result
wave 1 spent 0 minates 9 seconds...
Forum: Scripting 05-08-2019, 23:36
Replies: 18
Views: 3,011
Posted By found amxx bug
Re: timer record and some question

well the compiler said there two tag mismatches

new g_currentWave=0;
int g_fRoundStartTime;
int g_missionTimeminates = 0;
int g_missionTimeseconds = 0;
public OnPluginStart()
{...
Forum: Scripting 05-08-2019, 23:22
Replies: 18
Views: 3,011
Posted By found amxx bug
Re: timer record and some question

public WaveComplete(Handle:event, const String:name[], bool:dontBroadcast)
{

int duration = GetTime();
int minutes = RoundToFloor(duration / 60);
int seconds = duration % 60;...
Forum: Scripting 05-08-2019, 23:18
Replies: 18
Views: 3,011
Posted By found amxx bug
Re: timer record and some question

gettime(duration);
?
Forum: Scripting 05-08-2019, 22:52
Replies: 18
Views: 3,011
Posted By found amxx bug
Re: timer record and some question

this works fine.
but I can't transform minates and seconds by using what CliptonHeist said

int minutes = RoundToFloor(duration / 60);
int seconds = duration % 60;

Is there another way to...
Forum: Scripting 05-08-2019, 01:47
Replies: 18
Views: 3,011
Posted By found amxx bug
timer record and some question

Hi
I made a timer to record how long for each wave spent(tf2 mvm)
However,I have several problems with it

1. Timer didn't record correctly( x = wave_index)
Example: wave x spent 123232459...
Forum: Approved Plugins 09-09-2010, 11:43
Replies: 637
Views: 466,654
Posted By found amxx bug
Re: Just Capture the Flag (CTF)

Welcome to the AMX Mod X 1.8.1-300 Compiler.Copyright (c) 1997-2006 ITB CompuPhase,
AMX Mod X Team/home/groups/amxmodx/tmp3/php28nXQu.sma(4) : fatal error 100: cannot read from file:...
Forum: Zombie Plague Mod 12-05-2009, 05:01
Replies: 34
Views: 14,612
Posted By found amxx bug
Forum: Zombie Plague Mod 12-04-2009, 10:57
Replies: 34
Views: 14,612
Posted By found amxx bug
Forum: Zombie Plague Mod 12-04-2009, 09:57
Replies: 34
Views: 14,612
Posted By found amxx bug
Re: [ZP] Extra Item: Annihilation Deagle v2.5

I use zp4.06 with bot...can't use this Plugins ,it was closed game..WTF?
Showing results 1 to 18 of 18

 
Forum Jump

All times are GMT -4. The time now is 04:41.


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