Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 88
Search took 0.01 seconds.
Search: Posts Made By: unidox
Forum: Scripting 06-04-2013, 16:23
Replies: 13
Views: 2,662
Posted By unidox
SQL TQuery

So here is my code inside OnClientDisconnect():

decl String:query[255], String:authid[32];
GetClientAuthString(client, authid, sizeof(authid));

Format(query, sizeof(query), "SELECT * FROM...
Forum: Plugins 05-25-2013, 16:24
Replies: 1,919
Views: 794,478
Posted By unidox
Re: [ANY] CallAdmin - Extended Report Mod

When doing sm exts list:

<FAILED> file "messagebot.ext.so": /server/amity/css/jail/css/cstrike/addons/sourcemod/extensions/messagebot.ext.so: ELF file OS ABI invalid

sm version:
SourceMod...
Forum: Plugins 11-25-2012, 02:52
Replies: 5,300
Views: 3,398,281
Posted By unidox
Re: [CS:S/CS:GO] GunGame

Should I stick with 1.4 or go to 1.5
Forum: Plugins 11-25-2012, 02:24
Replies: 5,300
Views: 3,398,281
Posted By unidox
Re: [CS:S/CS:GO] GunGame

I am running CS:S
Forum: Plugins 11-24-2012, 23:17
Replies: 5,300
Views: 3,398,281
Posted By unidox
Re: [CS:S/CS:GO] GunGame

For some reason, if I use all defaults and a fresh install. The weapons dont work.

When I type !weapons the list is empty
When a player spawns, they have nothing equipped and only when they quick...
Forum: General 11-24-2012, 17:23
Replies: 3
Views: 856
Posted By unidox
Re: SendProxy Manager

Yeah he fixed it. Thanks
Forum: Extensions 11-24-2012, 16:33
Replies: 365
Views: 241,442
Posted By unidox
Re: SendProxy Manager

When trying to load the ext, I am getting:

[03] <FAILED> file "sendproxy.ext.so": libvstdlib_srv.so: cannot open shared object file: No such file or directory

SourceMod Version: 1.4.6
Engine:...
Forum: General 11-24-2012, 15:35
Replies: 3
Views: 856
Posted By unidox
SendProxy Manager

https://forums.alliedmods.net/showthread.php?t=169795

The download link is down for me, anyone by chance have a copy of it? Normally wouldnt mind waiting, but our server is in peak hours and we...
Forum: Extensions 11-24-2012, 15:11
Replies: 365
Views: 241,442
Posted By unidox
Re: SendProxy Manager

Where can I download this? The download link isint working
Forum: General 08-23-2012, 00:26
Replies: 191
Views: 65,608
Posted By unidox
Re: CS:S Update (8/22/12)

Running on a linux server, updated sm to the latest snapshot and am still getting this error:

Engine error: Bad entity in IndexOfEdict() index -784807639 pEdict 0x49554756 sv.edicts 0xf0e59020
Forum: General 08-10-2012, 02:35
Replies: 20
Views: 10,425
Posted By unidox
Re: [CSS] VIP Plugin

Stamm plugin is point based and contains MANY errors/bugs, and was developed after mine...
Forum: Scripting 08-08-2012, 16:35
Replies: 16
Views: 4,643
Posted By unidox
Re: [CSS] HP and kevlar

Use:

http://docs.sourcemod.net/api/index.php?fastload=show&id=522&
Forum: Scripting 08-08-2012, 16:05
Replies: 16
Views: 4,643
Posted By unidox
Re: [CSS] HP and kevlar

You need to learn to debug yourself. I wrote most if not all the code you asked for. This is not the requests sections, but the scripting section.

I have fixed my code due to small errors like not...
Forum: Scripting 08-08-2012, 15:59
Replies: 16
Views: 4,643
Posted By unidox
Re: [CSS] HP and kevlar

Fixed my code.
Forum: Scripting 08-08-2012, 15:22
Replies: 16
Views: 4,643
Posted By unidox
Re: [CSS] HP and kevlar

This should work, havnt tested though:

#include <sourcemod>
#pragma semicolon 1

new health = 250;
new armor = 250;

public Plugin:myinfo =
{
Forum: Scripting 08-08-2012, 14:45
Replies: 5
Views: 2,574
Posted By unidox
Re: Reset every week

Yeah, that would be great. However, the plugin I am working on is going to log admin play time. I was wondering how I can go about logging hours played on T or CT, not just being in the server...
Forum: Scripting 08-07-2012, 19:24
Replies: 5
Views: 2,574
Posted By unidox
Reset every week

So I was taking a look at the API and I am trying to accomplish this:

If a person is connected to the server and plays a total of 25 hours a week they get something. I am going to use:
...
Forum: General 08-05-2012, 00:18
Replies: 20
Views: 10,425
Posted By unidox
Re: [CSS] VIP Plugin

Yeah, it can easily be modified.
Forum: General 08-04-2012, 03:07
Replies: 2
Views: 924
Posted By unidox
Re: JailBreak Server

SM_Hosties by dataviruset @ http://forums.alliedmods.net/showthread.php?t=108810 is very good and popular. I believe that he is still developing it.
Forum: General 08-03-2012, 21:31
Replies: 20
Views: 10,425
Posted By unidox
Re: [CSS] VIP Plugin

Yeah, I am working on porting the script to work with other mods such as TF2 and L4D2
Forum: General 08-03-2012, 21:16
Replies: 9
Views: 3,078
Posted By unidox
Re: Reserved Slots Constantly Unloading

Have you tried unloading all plugins except for the default ones?
Forum: General 08-03-2012, 21:10
Replies: 20
Views: 10,425
Posted By unidox
[CSS] VIP Plugin

Greetings,

I recently finished developing a VIP system for my gaming community that I run. I developed the mod in about three days and it has the following features:

- VIP Chat Tag
- VIP Chat...
Forum: Scripting 08-03-2012, 18:43
Replies: 12
Views: 2,193
Posted By unidox
Re: Private Chat

Nevermind, went line by line and understood everything. Got everything working now. Thanks a bunch.

Edit: How would I go about checking if the user is in team chat and send only to that specific...
Forum: Scripting 08-03-2012, 17:51
Replies: 12
Views: 2,193
Posted By unidox
Re: Private Chat

Can I ask what the use of startidx and other things such as say2 is for?
Forum: Scripting 08-03-2012, 16:52
Replies: 12
Views: 2,193
Posted By unidox
Re: Private Chat

Yeah I have tried RegConsoleCmd and AddCommandListener
Showing results 1 to 25 of 88

 
Forum Jump

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


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