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

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: jimaway
Forum: Scripting Help 08-15-2023, 11:19
Replies: 3
Views: 533
Posted By jimaway
Re: overwrite menu

https://wiki.alliedmods.net/Half-life_1_game_events#ShowMenu
Forum: Scripting Help 08-02-2023, 13:53
Replies: 4
Views: 478
Posted By jimaway
Re: Nvault data save problem (HELP!!)

/data/nvault directory probably missing write permission
Forum: Scripting Help 07-21-2023, 09:33
Replies: 2
Views: 400
Posted By jimaway
Re: Deathrun Timer

create a solid_trigger entity and hook ham_touch
Forum: Scripting Help 05-04-2023, 16:47
Replies: 9
Views: 896
Posted By jimaway
Re: Command cooldown for all players

new Float:g_lastCodeUseTime;

if (get_gametime() - g_lastCodeUseTime < 6)
Forum: Scripting Help 04-28-2023, 11:36
Replies: 1
Views: 460
Posted By jimaway
Re: AddCommas to code

https://forums.alliedmods.net/showpost.php?p=1198445&postcount=5
Forum: Scripting Help 04-11-2023, 09:56
Replies: 13
Views: 1,233
Posted By jimaway
Re: Get the value of round timer plugin

do you have another plugin that increases the time left on the round timer mid round?
Forum: Scripting Help 04-10-2023, 13:34
Replies: 13
Views: 1,233
Posted By jimaway
Forum: Scripting Help 04-10-2023, 11:45
Replies: 13
Views: 1,233
Posted By jimaway
Re: Get the value of round timer plugin

https://forums.alliedmods.net/showthread.php?t=42159
https://www.amxmodx.org/api/amxmodx/set_task
https://www.amxmodx.org/api/cvars/get_cvar_float

hook round start, set a task for...
Forum: Scripting Help 04-09-2023, 06:34
Replies: 14
Views: 1,236
Posted By jimaway
Forum: Scripting Help 04-02-2023, 14:55
Replies: 3
Views: 804
Posted By jimaway
Re: Teleport Terrorists to SpawnPoint

ExecuteHam(Ham_CS_RoundRespawn, id)
Forum: Scripting Help 03-31-2023, 10:28
Replies: 1
Views: 437
Posted By jimaway
Forum: Scripting Help 03-24-2023, 17:51
Replies: 3
Views: 569
Posted By jimaway
Re: Force Round End?

https://forums.alliedmods.net/showthread.php?p=1122356
Forum: Scripting Help 03-13-2023, 14:20
Replies: 8
Views: 949
Posted By jimaway
Re: Learning scripting in amx mod x but I can't find the functions of "register_event

you are supposed to name the function yourself that will be called with the event
Forum: Scripting Help 03-12-2023, 17:06
Replies: 8
Views: 949
Posted By jimaway
Re: Learning scripting in amx mod x but I can't find the functions of "register_event

write "meta game" in server console with metamod running
Forum: Scripting Help 01-31-2023, 14:57
Replies: 3
Views: 489
Posted By jimaway
Re: Get command line argument

did you try to retrieve the custom cvar value from server console when you assign it as a command line option?
Forum: Scripting Help 12-03-2022, 17:09
Replies: 21
Views: 1,773
Posted By jimaway
Re: Get map size (width and length) and player positions

yes. you could try to get pev_mins and pev_maxs of worldspawn to get the map boundaries
Forum: Scripting Help 12-02-2022, 05:52
Replies: 1
Views: 408
Posted By jimaway
Re: Couldn't find a function to get user kills

https://www.amxmodx.org/api/amxmodx/get_user_frags
Forum: Scripting Help 11-26-2022, 10:23
Replies: 2
Views: 419
Posted By jimaway
Re: Round Started Event

https://forums.alliedmods.net/showthread.php?t=42159
Forum: Scripting Help 11-21-2022, 09:56
Replies: 2
Views: 449
Posted By jimaway
Re: Remove last character from string

szBuffer[len - 1] = 0;
Forum: Scripting Help 11-20-2022, 14:11
Replies: 2
Views: 417
Posted By jimaway
Re: Is there any method to hook adding ammo in backpack?

https://wiki.alliedmods.net/Half-life_1_game_events#AmmoPickup

https://wiki.alliedmods.net/CS_Weapons_Information for ammo id
Forum: Scripting Help 11-04-2022, 19:22
Replies: 2
Views: 472
Posted By jimaway
Re: Change spawn positions

look into the .sma of the plugin you created the files with?
Forum: Scripting Help 11-02-2022, 06:09
Replies: 1
Views: 456
Posted By jimaway
Re: How to completely remove armor?

cs_set_user_armor(id, 0, CS_ARMOR_NONE);
Forum: Scripting Help 10-24-2022, 15:27
Replies: 4
Views: 773
Posted By jimaway
Re: remove_entity

start by just breaking the while loop like i told you see if that works for your needs
Forum: Scripting Help 10-24-2022, 10:12
Replies: 4
Views: 773
Posted By jimaway
Re: remove_entity

break the while loop in public xDestroyDispenser(id) after xRemoveEntFix(ent) line

if you want the dispencers to be removed in a specific order you will have to store the ent id-s in a global array
Forum: Scripting Help 10-08-2022, 14:18
Replies: 4
Views: 701
Posted By jimaway
Re: Editing Clip Size

https://forums.alliedmods.net/showthread.php?p=728613
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 15:25.


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