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

Showing results 1 to 25 of 68
Search took 0.02 seconds.
Search: Posts Made By: thebobjones34
Forum: Scripting Help 08-26-2007, 16:13
Replies: 17
Views: 3,903
Posted By thebobjones34
Re: can create a plugin antycheat??

i think that is implossible without hacking the client.
Forum: Scripting Help 08-26-2007, 14:59
Replies: 3
Views: 1,119
Posted By thebobjones34
Re: SQLX Issue/Question

impossible, when you thread a query, it creates a whole new process for it. there for wc3 and your plugin would be on diff proccesses.
Forum: Scripting Help 08-25-2007, 22:36
Replies: 3
Views: 1,119
Posted By thebobjones34
Re: SQLX Issue/Question

okay, on here,
format(g_Cache,511,"INSERT INTO `%s`
you need to put a ... VALUES before you start putting what your inserting
okay here is a quick better example
format(g_Cache,511,"INSERT INTO...
Forum: Scripting Help 08-25-2007, 18:36
Replies: 4
Views: 1,344
Posted By thebobjones34
Re: Hook Dat DeathMsg!

Thanks Works now
Forum: Scripting Help 08-25-2007, 09:59
Replies: 4
Views: 1,344
Posted By thebobjones34
Re: Hook Dat DeathMsg!

Read the post properly next time...
My plugin compiles no errors. Its a logic error somewhere in there.


Full Code Here -> http://ampaste.net/80927
Forum: Scripting Help 08-25-2007, 08:59
Replies: 4
Views: 1,344
Posted By thebobjones34
Hook Dat DeathMsg!

Okay yeah, first time with events and i dont know what im doing wrong. Like when i kill who evers id is passed into PlayerCT it doesnt reg it.

public hook_DeathMsg() {
new Victim =...
Forum: Scripting Help 08-25-2007, 08:57
Replies: 38
Views: 7,361
Posted By thebobjones34
Re: pls help me!! pls!!

Are you kidding, I claim this the most descriptive title ever?!?
Forum: Scripting Help 08-24-2007, 15:12
Replies: 5
Views: 1,536
Posted By thebobjones34
Re: Capturing "Messagemode"

I dont really need to "hook it" or do anything with it, i just wanna know when they are typing.
like such...

if(is_user_typing(id)) {
g_Typing[id] = 1
}
Forum: Scripting Help 08-24-2007, 13:57
Replies: 5
Views: 1,536
Posted By thebobjones34
Capturing "Messagemode"

How would i capture when the client uses messagemode useing fakemeta?

So far i got this ....

public plugin_init() {
register_forward(FM_PlayerPreThink,"hook_PreThink")
}

public...
Forum: Scripting Help 08-24-2007, 10:52
Replies: 6
Views: 1,630
Posted By thebobjones34
Re: Showing sprites and signal.

here is the stock call you want....


stock Create_TE_PLAYERATTACHMENT(id, entity, vOffset, iSprite, life)
{

message_begin( MSG_ONE_UNRELIABLE, SVC_TEMPENTITY, { 0, 0, 0 }, id )
...
Forum: Scripting Help 08-23-2007, 03:13
Replies: 2
Views: 973
Posted By thebobjones34
Re: [Logic Error]: Hud Message Not Appearing

i wrote that in literally like 5 minutes, i needed it to get some information and it dont work say yeah lol XD
Forum: Suggestions / Requests 08-22-2007, 23:57
Replies: 14
Views: 4,567
Posted By thebobjones34
Re: Auto command plugin request

I think your adding a cvar, so um if its a cvar from a amxx plugin i suggest adding it to your amxx.cfg as such below...

// AMX Configuration File
echo Executing AMX Mod X Configuration File
...
Forum: Scripting Help 08-22-2007, 22:01
Replies: 2
Views: 973
Posted By thebobjones34
[Logic Error]: Hud Message Not Appearing

Okay so yeah, I have tried 2 diff ways to get this hud message to effing pop up but nothing works. If anyone can help me i would much appreciate your time.The whole point of this poorly written piece...
Forum: Suggestions / Requests 08-22-2007, 21:54
Replies: 9
Views: 12,126
Posted By thebobjones34
Re: how can i create a .spr file. or how do i convert my images to .spr

Not only are you not in charge of this section. You are also not contributing to the thread. This is a legitimate request even though it doesn't involve amxx directly.[/quote]Stupok i think he has...
Forum: Suggestions / Requests 08-22-2007, 21:49
Replies: 7
Views: 1,878
Posted By thebobjones34
Re: plugin request!

1) I agree with Yami.

2) READ TEH STICKIES PLEASE! ---> "Use descriptive topic names"
Forum: Suggestions / Requests 08-22-2007, 21:48
Replies: 5
Views: 1,533
Posted By thebobjones34
Re: I need this plugin

Did you bother reading the stickies before posting? Maybe the one that said "Use descriptive topic names"
Forum: Suggestions / Requests 08-22-2007, 21:43
Replies: 14
Views: 4,567
Posted By thebobjones34
Re: Auto command plugin request

dude.... do you mean like cvars... hey i may be wrong but could you not just add them to your server.cfg? or your amxx.cfg?

If you mean commands, that might work also. I am not sure but you may...
Forum: Suggestions / Requests 08-22-2007, 21:41
Replies: 1
Views: 999
Posted By thebobjones34
Re: Changing the text on a Admin SKin

1) i am pretty sure that you cannot directly edit skins using amxx, if i am wrong well i learned something new today

2) Wrong section if i was right on #1, this is about skins/models i presume?...
Forum: Scripting Help 08-22-2007, 21:35
Replies: 2
Views: 1,257
Posted By thebobjones34
Re: pokemod

O wow, Emp your up :D
Forum: Module Coding 08-22-2007, 20:11
Replies: 57
Views: 53,565
Posted By thebobjones34
Re: Client Side Metamod

What happened to this module? It looked very interesting.
Forum: Module Coding 08-22-2007, 20:01
Replies: 3
Views: 1,899
Posted By thebobjones34
Re: More Flexible Hud Messages

But wasnt there some module like cl_metamod that allowed you to call client side functions from the halflife engine?

maybe its myth for the noobie scripters like me lol but uh i think i heard...
Forum: Scripting Help 08-22-2007, 19:58
Replies: 6
Views: 1,747
Posted By thebobjones34
Re: Aligning text

new len
len = strlen(skill)
if(len > 10 && len < 16) // for the sake of argument lets just say if its 10 characters it needs only 2 tabs
add(menu,1023,"1. %s ")
else if(len < 10)
...
Forum: Scripting Help 08-22-2007, 19:49
Replies: 2
Views: 941
Posted By thebobjones34
Re: Teleporter used?

Never played TFC so um, do you just run over the teleporter or do you have to use it?
Forum: Scripting Help 08-22-2007, 19:44
Replies: 6
Views: 1,630
Posted By thebobjones34
Re: Showing sprites and signal.

wow im just gonna take a wack at this cause , i think its possible but who knows. I have no clue if that will work, i think it will. Someone correct me if im wrong.

Btw what are you trying to do,...
Forum: Scripting Help 08-22-2007, 01:56
Replies: 1
Views: 1,361
Posted By thebobjones34
[Edited]:Hud Message Position & register_forward

Okay is it possible to find the X position of the last char displayed on a hud message? Like if i displayed.... Welcome to my Server!i would be able to find the x position of the "!". I mean counting...
Showing results 1 to 25 of 68

 
Forum Jump

All times are GMT -4. The time now is 11:45.


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