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

Showing results 1 to 25 of 90
Search took 0.01 seconds.
Search: Posts Made By: ian.cammarata
Forum: Approved Plugins 06-13-2008, 11:05
Replies: 184
Views: 179,672
Posted By ian.cammarata
Re: Climb

switch( wpn_rank )
{
case 0:
name = "AWP"
case 1:
name = "Para"
case 2:
name = "M4A1"
case 3:
name = "SG552"
Forum: Approved Plugins 06-11-2008, 08:59
Replies: 57
Views: 158,507
Posted By ian.cammarata
Re: All Chat

Allchat doesn't block any chat commands, it only rewrites and replicates the client network messages long after after (many frames later) the chat command has had a chance to cascade through all the...
Forum: Approved Plugins 06-10-2008, 22:24
Replies: 184
Views: 179,672
Posted By ian.cammarata
Re: Climb

It doesn't exist to my knowledge, sorry. I started on it a while back, before I kind of abandoned the project , but never really got anything done on it, and don't know if I still have what I started.
Forum: Approved Plugins 06-10-2008, 22:17
Replies: 57
Views: 158,507
Posted By ian.cammarata
Re: All Chat

It's definitely possible that another plugin could interfere with this one, but I took a quick look at AMM and I highly doubt that it would. You're running it with CS right, cause that's the only...
Forum: Approved Plugins 04-08-2008, 21:50
Replies: 149
Views: 173,870
Posted By ian.cammarata
Re: Grab+

No.
Forum: Approved Plugins 02-24-2008, 15:14
Replies: 184
Views: 179,672
Posted By ian.cammarata
Re: Climb

Hmmm... everything looks good there. I posted a newer build on the first page of this thread, load that up and see if the problem goes away.
Forum: Approved Plugins 02-23-2008, 19:51
Replies: 184
Views: 179,672
Posted By ian.cammarata
Re: Climb

Don't worry about it, I don't mind.



What version of the plugin are you using? Are you running the latest version of AMXX? And might as well let me know what version of MySQL you're using also.
Forum: Approved Plugins 01-27-2008, 03:21
Replies: 184
Views: 179,672
Posted By ian.cammarata
Re: Climb

Read the manual.

climb_boost <1|0> : Enables|Disables boosting.
Forum: Approved Plugins 01-08-2008, 20:54
Replies: 126
Views: 239,429
Posted By ian.cammarata
Re: SpecInfo

[/quote]

:o Oops!! K, it's fixed now. Thanks for the heads up.
Forum: Approved Plugins 01-05-2008, 21:08
Replies: 57
Views: 158,507
Posted By ian.cammarata
Re: All Chat

Works fine with 1.8, unless you're talking about the other guy's plugin, in which case I don't have a clue.
Forum: Approved Plugins 01-04-2008, 20:54
Replies: 126
Views: 239,429
Posted By ian.cammarata
Re: SpecInfo

Well you lucked out, I haven't been responding to much of anything online since I got a job, but this one is a simple fix.

spec_ids[33][32]
should be
spec_ids[33][33]

Pretty sure that's the...
Forum: Approved Plugins 11-24-2007, 19:50
Replies: 149
Views: 173,870
Posted By ian.cammarata
Re: Grab+

Actually if you're using AMXX 1.8, you can change the flag by editing the file:
configs/cmdaccess.ini

More info in the changelog:...
Forum: Approved Plugins 11-16-2007, 10:02
Replies: 149
Views: 173,870
Posted By ian.cammarata
Re: Grab+

You're probably right, I guess I'll change it. But I really liked having fewer lines of code.:up:
Forum: Approved Plugins 11-12-2007, 16:41
Replies: 149
Views: 173,870
Posted By ian.cammarata
Re: Grab+

All fixed, get 1.2.1
Forum: Approved Plugins 11-09-2007, 06:27
Replies: 184
Views: 179,672
Posted By ian.cammarata
Re: Climb

My guess is you recompiled it. The include file that's in the zip file posted here is outdated, and makes it compile bad. I'll post an updated version, also with the correct include file.

Edit:...
Forum: Approved Plugins 11-09-2007, 06:15
Replies: 184
Views: 179,672
Posted By ian.cammarata
Re: Climb

Well you could either use SQLite, or install MySQL on the windows dedicated server.
Forum: Approved Plugins 11-05-2007, 14:03
Replies: 184
Views: 179,672
Posted By ian.cammarata
Re: Climb

Oh if it's a dedicated or VPS you've got from GoDaddy then you should be able to do it.
Forum: Approved Plugins 11-04-2007, 16:42
Replies: 184
Views: 179,672
Posted By ian.cammarata
Re: Climb

Just copy it from the zip, and it should work. It should have the following 2 lines, and it will work with the df_hook.amxx plugin.

st 2 sc "amx_revokehook #%d" uid
fn 6 sc "amx_givehook #%d" uid
Forum: Approved Plugins 11-04-2007, 05:46
Replies: 184
Views: 179,672
Posted By ian.cammarata
Re: Climb

It's not implemented yet.



The plugin makes the tables itself. Although, last time I checked, GoDaddy didn't allow remote incoming or outgoing SQL connections.



df_hook_on 1...
Forum: Approved Plugins 11-01-2007, 07:10
Replies: 149
Views: 173,870
Posted By ian.cammarata
Re: Grab+

Oh yeah.... you have to register client prethink using fakemeta. I totally missed that, went over it like 5 times too.
Forum: Approved Plugins 11-01-2007, 01:50
Replies: 149
Views: 173,870
Posted By ian.cammarata
Re: Grab+

Does his file work for anyone else, cause it sure doesn't work for me, although I haven't tried AMXX 1.8.
Forum: Approved Plugins 10-28-2007, 18:42
Replies: 149
Views: 173,870
Posted By ian.cammarata
Re: Grab+

It only lets you grab players, hostages, and weapons (basically just point entities). If you want to be able to grab everything, get entmod, or something like it.

You want the glow off, or the...
Forum: Approved Plugins 10-23-2007, 18:54
Replies: 149
Views: 173,870
Posted By ian.cammarata
Re: Grab+

Because I felt like it... and using the engine module keeps me from having to duplicate some of the code that already exists in the engine module, but not in fakemeta.
Forum: Approved Plugins 10-22-2007, 18:37
Replies: 149
Views: 173,870
Posted By ian.cammarata
Re: Grab+

Actually even doing that, the Half-Life client doesn't support UTF anyway, still comes out messed up. Unless it has UTF support in non English version of the game, I dunno. But the official amxx...
Forum: Approved Plugins 10-21-2007, 19:57
Replies: 149
Views: 173,870
Posted By ian.cammarata
Re: Grab+

I'm just gonna leave it how it is for now. If I get a 3rd opinion, I'll go with whichever has the balance tipped in its favor. I'll keep my fingers crossed that with a 3rd opinion, I don't get a...
Showing results 1 to 25 of 90

 
Forum Jump

All times are GMT -4. The time now is 07:46.


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