Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 25
Search took 0.00 seconds.
Search: Posts Made By: Jenkins
Forum: Scripting 09-16-2020, 03:51
Replies: 3
Views: 883
Posted By Jenkins
Re: Server crashing, need help!

*issue has been resolved - thank you backwards :)*
Forum: Scripting 09-15-2020, 11:14
Replies: 3
Views: 883
Posted By Jenkins
Server crashing, need help!

Hello there,
so basically I have started up one of my old servers and it keeps crashing.
I dont really know why but this is the logs I get from Accelerator:
...
Forum: Extensions 09-14-2020, 17:25
Replies: 421
Views: 277,000
Posted By Jenkins
Re: Accelerator - Crash Reporting That Doesn't Suck

Reproducing per request from issues with 1.11 dev build running Linux:

Binaries, extensions etc upgraded to SM 1.11 build 6624.
Accelerator extensions installed per instructions -> server didn't...
Forum: Scripting 08-20-2017, 04:04
Replies: 0
Views: 464
Posted By Jenkins
Forum: Scripting 06-15-2016, 06:37
Replies: 3
Views: 1,369
Posted By Jenkins
Re: PrintHintText Time

As 8guawong said, a timer that calls a function several times a second basically.
Make a function that does PrintHintText with your information and a timer that hooks back to the same function i.e...
Forum: Scripting 06-15-2016, 06:32
Replies: 1
Views: 495
Posted By Jenkins
[Request] Looking for a coder, read post

Hello AlliedModders, I am a newbie coder with not enough knowledge to fulfill the needs of my server and since my previous coder is working slowly I am in need of a coder.
Required languages:...
Forum: Plugins 04-22-2016, 06:44
Replies: 167
Views: 152,273
Posted By Jenkins
Re: [CS:GO] Movement Unlocker

I think the last update broke the plugin. People seem to get around 1000 in speed now while bhoping with this plugin.
Forum: Plugin/Gameplay Ideas and Requests 11-06-2015, 03:51
Replies: 7
Views: 1,100
Posted By Jenkins
Re: Looking for a coder, money involved

The game is CSGO. Ill edit the post.
Forum: Plugin/Gameplay Ideas and Requests 11-06-2015, 02:20
Replies: 7
Views: 1,100
Posted By Jenkins
Looking for a coder, money involved

I'm looking for a good coder with some spare time to Edit and create me plugins.
Money is involved, send a PM to me here.

Game is CSGO
Forum: Plugin/Gameplay Ideas and Requests 10-31-2015, 10:25
Replies: 0
Views: 319
Posted By Jenkins
Need a plugin converted/written

Alright so I need this plugin made for AMX https://forums.alliedmods.net/showthread.php?t=75322
either converted to SourcePAWN or a completely rewritten one with practically the same functions.
...
Forum: Plugin/Gameplay Ideas and Requests 10-24-2015, 07:58
Replies: 1
Views: 496
Posted By Jenkins
Recruiting partners in crime

Hello AM.
I have got a project building up called Goregame.
This is a project in which I will be starting Public servers hosted in Sweden and where everything is based of the Scandinavian...
Forum: Suggestions / Requests 07-01-2013, 18:48
Replies: 1
Views: 822
Posted By Jenkins
Simple BOT Plugin

I've been searching for a couple of hours now with no luck given.
I would like someone to create me a simple plugin containing bots.
The features would be:
*2 bots in SPECTATOR, joining 2 seconds...
Forum: Scripting Help 11-03-2011, 07:22
Replies: 7
Views: 2,520
Posted By Jenkins
Re: Respawn Chance (bug/help)

or you just add another plugin that doesnt allow reconnecting/retrying?
Forum: Suggestions / Requests 10-24-2011, 09:38
Replies: 1
Views: 1,062
Posted By Jenkins
Re: [REQ] Jailbreak Day Menu + Scripter for some plugins

Is there money involved?
If, then we could make a deal since I have sort
of a small company working with 2 experienced scripters
so the time for the making of the plugins should'nt
take to long :P
Forum: Suggestions / Requests 10-03-2011, 06:22
Replies: 1
Views: 801
Posted By Jenkins
Stuck on precache

I have no idea why my "blockmaker" gets everyone stuck on precaching resources while everything in "plugin_precache" is correctly input..
I will post the code later today!
Forum: Scripting Help 10-01-2011, 16:44
Replies: 14
Views: 3,514
Posted By Jenkins
Re: Make 2 menus

This is how I would've done it:
#include <amxmodx>
#include <amxmisc>
#include <fun>

public PrimaryMenu(id)
{
new Menu = menu_create("Choose primary Weapon:", "PrimaryHandle")
...
Forum: Scripting Help 09-30-2011, 09:10
Replies: 2
Views: 901
Posted By Jenkins
Re: menu_destroy doesn't clear the variable?

i use:
menu_setprop(menu, MPROP_EXIT, MEXIT_ALL)
menu_display(id, menu, 0)

and in handle:
if(item == MENU_EXIT)
{
menu_destroy(menu)
return PLUGIN_HANDLED
}
Forum: Scripting Help 09-30-2011, 08:16
Replies: 6
Views: 1,378
Posted By Jenkins
Re: What's wrong with this code?

try this:
public client_authorized(id)
{
set_task(60.0, "PrintText")
}
public PrintText(id)
{
client_print(id, print_chat, "[VIP] Write /wantvip and u will see VIP privilegies and hot to get...
Forum: Scripting Help 09-29-2011, 07:06
Replies: 3
Views: 1,306
Posted By Jenkins
Re: [Plugin Help] *grenade requests*

You want the nades to be free or cost an amount of money.
Or simply as you said, a "request" that needs to be confirmed from an "admin" to get it?
Forum: Scripting Help 09-29-2011, 06:37
Replies: 3
Views: 1,023
Posted By Jenkins
Re: Help getting server initiate commands on players

What about ban?
I saw your correction on the slaycode and ima send it home since im in school but please tell me the ban correction :p
Forum: Scripting Help 09-28-2011, 07:19
Replies: 3
Views: 1,929
Posted By Jenkins
Re: Cookie Force JailBreak Shop [HELP]

Post your code and what you really want to remove.
Forum: Scripting Help 09-28-2011, 05:00
Replies: 20
Views: 3,653
Posted By Jenkins
Re: [Plugin Help] - *Unlimited Nades*

Or basicly add ADMIN_KICK on the register_clcmd :p
Forum: Scripting Help 09-28-2011, 04:39
Replies: 3
Views: 1,023
Posted By Jenkins
Help getting server initiate commands on players

Okay, I got a little menu where you can choose the slay player, everything works fine except to the slaying where nothing happens. Its exactly the same with ban too. I will give you my execute handle...
Forum: Suggestions / Requests 07-17-2011, 14:07
Replies: 0
Views: 581
Posted By Jenkins
Plugin is interfearing

I found out the problem so i would like to ask you to delete this topic!
Forum: Suggestions / Requests 07-15-2011, 07:10
Replies: 2
Views: 1,047
Posted By Jenkins
[Request] Commander plugin

Okay guys, I am still learning pawn coding and I would like to request a plugin for my community.

Description:
When a CT (ONLY CT) types /getcommander in the beginning of the round he will get...
Showing results 1 to 25 of 25

 
Forum Jump

All times are GMT -4. The time now is 19:16.


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