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

Showing results 1 to 25 of 42
Search took 0.00 seconds.
Search: Posts Made By: Apocalyman
Forum: Suggestions / Requests 10-03-2023, 21:18
Replies: 8
Views: 857
Posted By Apocalyman
Re: Request: Help making the time right.

If anyone could help me with this it would be very appreciated as I am still confused on how to do it
Forum: Suggestions / Requests 10-01-2023, 18:26
Replies: 7
Views: 1,082
Posted By Apocalyman
Re: Help with 2 3 plugin.

Oh alright heres my plugins list:

[ 1] Admin Base 1.8.2 AMXX Dev Team admin.amxx running
[ 2] Admin Commands 1.8.2 AMXX Dev Team admincmd.amxx ...
Forum: Scripting Help 10-01-2023, 18:18
Replies: 3
Views: 598
Posted By Apocalyman
Re: Set_task doesnt work properly

Sorry I have no intention to spam but I was told that this is the right place to post it so thought I should post it here too. Also what did you mean by my response is there? I dont really understand.
Forum: Scripting Help 10-01-2023, 13:47
Replies: 3
Views: 598
Posted By Apocalyman
Set_task doesnt work properly

Hello! I try to use this first writes code with set_task to stop the first writes after a certain amount of time with: set_task(25.0, "StopFWServer")

and it doesnt work! the code is this:
...
Forum: Suggestions / Requests 10-01-2023, 10:23
Replies: 7
Views: 1,082
Posted By Apocalyman
Re: Help with 2 3 plugin.

[ 1] AMX Mod X RUN - amxmodx_mm.dll v1.8.2 ini Start ANY
[ 2] Rechecker RUN - rechecker_mm.dll v2.7 ini Chlvl ANY
[ 3] ReAuthCheck RUN - ...
Forum: Suggestions / Requests 10-01-2023, 10:19
Replies: 8
Views: 857
Posted By Apocalyman
Re: Request: Help making the time right.

Yeah sadly I am unable to do it
Forum: Suggestions / Requests 09-30-2023, 07:39
Replies: 8
Views: 857
Posted By Apocalyman
Re: Request: Help making the time right.

Okay! I will try! thanks
Forum: Suggestions / Requests 09-30-2023, 07:28
Replies: 8
Views: 894
Posted By Apocalyman
Re: [REQ] Admin Model Plugin for both teams

Yes hello! I tested again and while you said the second one is bad to use but it does work! also I did check again by removing all my plugins (except the admin skin) and it did stay on even with the...
Forum: Suggestions / Requests 09-30-2023, 07:06
Replies: 8
Views: 894
Posted By Apocalyman
Re: [REQ] Admin Model Plugin for both teams

I did test them again, however for some reason the model applies but whenever a round is restarted again it reverts back to normal
Forum: Suggestions / Requests 09-30-2023, 06:46
Replies: 8
Views: 894
Posted By Apocalyman
Re: [REQ] Admin Model Plugin for both teams

Hey! thanks for responding! I tried them both and they dont work for some reason... I dont know why
Forum: Suggestions / Requests 09-30-2023, 04:56
Replies: 8
Views: 894
Posted By Apocalyman
[REQ] Admin Model Plugin for both teams

Hello. I would like to know if its possible to have a plugin then gives users with admin_kick a player model for each team (one model for CT and one model for T team, so 2 different models)

I...
Forum: Suggestions / Requests 09-30-2023, 04:52
Replies: 8
Views: 857
Posted By Apocalyman
Re: Request: Help making the time right.

First writes. It gives the terrorists a random number (for jailbreak modes) and if they write it first they move to the CT team
Forum: Suggestions / Requests 09-29-2023, 18:15
Replies: 8
Views: 857
Posted By Apocalyman
Re: Request: Help making the time right.

My bad I didnt know. Here I will send the whole plugin to make it easier:

#include < amxmodx >
#include < amxmisc >
#include < cstrike >
#include < hamsandwich >
#include < ColorChat > // amx...
Forum: Suggestions / Requests 09-29-2023, 17:22
Replies: 8
Views: 857
Posted By Apocalyman
Request: Help making the time right.

Hello! I am trying to call this set_task function:

set_task(25.0,"StopFWServer",_,_,_,"b")

But even though "StopFWServer" is supposed to happen after 25 seconds, it always happens randomly and...
Forum: Suggestions / Requests 09-15-2023, 10:38
Replies: 7
Views: 1,082
Posted By Apocalyman
Help with 2 3 plugin.

I have a plugin (I think) on my cs 1.6 server that every few minutes it randomly says in the chat "[Server prefix/tag] 2 3" and its really annoying and I tried going through every single SMA or code...
Forum: Scripting Help 08-29-2023, 18:30
Replies: 13
Views: 1,633
Posted By Apocalyman
Forum: Scripting Help 08-29-2023, 07:03
Replies: 13
Views: 1,633
Posted By Apocalyman
Re: How do I add a model to a grenade in this plugin?

I see! I will check it now and hopefully it will give the the first plugin the pumpkin model when choosing Pumpkin Duel in the /lr menu!
Forum: Scripting Help 08-28-2023, 16:42
Replies: 13
Views: 1,633
Posted By Apocalyman
Re: How do I add a model to a grenade in this plugin?

Let me sum it up again simply. The first plugin I sent is supposed to have a pumpkin model when being held (only for the player like the second plugin/code) but it doesnt for some reason. The second...
Forum: Scripting Help 08-27-2023, 23:42
Replies: 13
Views: 1,633
Posted By Apocalyman
Re: How do I add a model to a grenade in this plugin?

Thanks for the heads up about the bumping posts part, about the plugin, the short one does not use the model in your hand which I want it to (also the plugin just shows a different model for the...
Forum: Scripting Help 08-27-2023, 15:14
Replies: 13
Views: 1,633
Posted By Apocalyman
Forum: Scripting Help 08-26-2023, 16:30
Replies: 13
Views: 1,633
Posted By Apocalyman
Re: How do I add a model to a grenade in this plugin?

Oh okay I understand and i meant i want it to have the model when its being held
Forum: Scripting Help 08-26-2023, 08:05
Replies: 13
Views: 1,633
Posted By Apocalyman
Re: How do I add a model to a grenade in this plugin?

Oh okay gotcha. This is the main plugin where it gives pumpkin:

#include <amxmodx>
#include <fun>
#include <hamsandwich>
#include <fakemeta_util>
#include <cstrike>

#define PLUGIN "Pumpkin...
Forum: Scripting Help 08-24-2023, 14:34
Replies: 13
Views: 1,633
Posted By Apocalyman
How do I add a model to a grenade in this plugin?

Hello. This is a last request plugin where in one last request in one point the player can choose a pumpkin last request duel where it works fine but the grenade itself doesnt have a pumpkin model...
Forum: Scripting Help 08-24-2023, 14:28
Replies: 6
Views: 1,095
Posted By Apocalyman
Re: Help with compiling plugin

Thanks for the help. yes thats what im trying to do in chat instead of in console and it didnt work at the end so im leaving it at that
Forum: Scripting Help 08-24-2023, 13:03
Replies: 6
Views: 1,095
Posted By Apocalyman
Re: Help with compiling plugin

Hello! thanks for helping! I still get the same error sadly
Showing results 1 to 25 of 42

 
Forum Jump

All times are GMT -4. The time now is 18:51.


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