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

Showing results 1 to 25 of 36
Search took 0.01 seconds.
Search: Posts Made By: unSeen
Forum: Coding MM:S Plugins & SM Extensions 04-03-2010, 14:52
Replies: 2
Views: 1,281
Posted By unSeen
[HELP] Compiler error.

Edit:
I read that i have to spcific the ENGINE. (as argument "ENGINE=...")
What do i have to write if i want CS:S Plugin? orangebox, original, left4dead?
Thanks.
Forum: Scripting Help 11-29-2009, 12:24
Replies: 5
Views: 1,810
Posted By unSeen
[HELP] Why do "get_user" functions reflect value and not return value?

Hey everyone,
I wonder why the developers made the "get_user" functions as a void functions.

I mean why they've done:
(for example)
new szUserNick[33]
get_user_name(id, szUserName, 32)
...
Forum: Scripting Help 08-10-2009, 09:25
Replies: 1
Views: 755
Posted By unSeen
[HELP] TeamScore Event - Never says who win?

hey all,
I'm using in one of my plugins the TeamScore event.
In plugin_init() it look like that:
register_event("TeamScore", "on_TeamScore", "a")

That's how my on_TeamScore() function looks:...
Forum: Scripting Help 08-06-2009, 09:59
Replies: 10
Views: 2,105
Posted By unSeen
Re: [HELP] Register_clcmd not working O_o?

I put debug mode, but it didn't said anything..
Thank you alot!!
Forum: Scripting Help 08-06-2009, 09:38
Replies: 10
Views: 2,105
Posted By unSeen
Re: [HELP] Register_clcmd not working O_o?

thanks again for everything..
Forum: Scripting Help 08-06-2009, 09:14
Replies: 10
Views: 2,105
Posted By unSeen
Re: [HELP] Register_clcmd not working O_o?

It so wierd.. I'm working with amxx scripting for 8 moths +- and I never seen something like that O_O.

I tried to increase the version and it worked.. i typed amxx plugins and the version was 1.1...
Forum: Scripting Help 08-06-2009, 08:58
Replies: 10
Views: 2,105
Posted By unSeen
Re: [HELP] Register_clcmd not working O_o?

First of all, thanks for you'r reply.

I know.. i feel stupid that i did that. (also with team_say -> say_team)
but I can't understand why it's still not working for me.
My other plugins that...
Forum: Scripting Help 08-06-2009, 08:37
Replies: 10
Views: 2,105
Posted By unSeen
Forum: Scripting Help 08-06-2009, 07:56
Replies: 10
Views: 2,105
Posted By unSeen
[HELP] Register_clcmd not working O_o?

Solved, thanks to Arkshine (http://forums.alliedmods.net/member.php?u=7779) !

Elad.
Forum: Scripting Help 08-05-2009, 15:00
Replies: 4
Views: 1,232
Posted By unSeen
Re: [HELP] ArrayX Module - NOT Exists.

Arkshine - thanks for you'r reply!

Do you have any documation to give me about it? (I want array on my virtual memory like hashtables, keytables, etc.)

thanks.
Forum: Scripting Help 08-05-2009, 14:10
Replies: 4
Views: 1,232
Posted By unSeen
[HELP] ArrayX Module - NOT Exists.

Hey all,
I made a project using Arrayx lib.
In my compiler, i knew how to add the arrayx, (ArrayX.dll to modules and ArrayX.inc to includes and etc..).
Now i want to check my project in my server...
Forum: Scripting Help 04-16-2009, 06:59
Replies: 1
Views: 686
Posted By unSeen
[HELP] SQL Problem.

Hey all..
I have a plugin that connects on plugin init to MySQL,
Now - because that he gets the SQL details from cvars (amx_sql , etc..),
And they are definied only after the plugins starts and...
Forum: Scripting Help 04-05-2009, 13:33
Replies: 9
Views: 2,226
Posted By unSeen
Re: [HELP] I have a problem with regex in my plugin.

Wow! thanks alot!
i really appricaite you'r help!

Thanks in addition,
Elad.
Forum: Scripting Help 04-05-2009, 11:22
Replies: 9
Views: 2,226
Posted By unSeen
Re: [HELP] I have a problem with regex in my plugin.

Yey! you were right! ;-)
But still it ain't working! and I can't get it! why?! i loop my eyes over the code thousend times and I don't see something wrong.
From what I see, you are geniuess ;>...
Forum: Scripting Help 04-05-2009, 09:51
Replies: 9
Views: 2,226
Posted By unSeen
Re: [HELP] I have a problem with regex in my plugin.

I tried what you said, and when I looked at it again, it's the same. but your idea is more effectivity.
It still returns me the same error in the server runtime plugin debug. (-debug)

I copied...
Forum: Scripting Help 04-05-2009, 00:43
Replies: 9
Views: 2,226
Posted By unSeen
Re: [HELP] I have a problem with regex in my plugin.

Thank you both.
I have to go work now so i'll test everything you said when I back.
But I have a question to fysiks (http://forums.alliedmods.net/member.php?u=30719) ,
What you mean
I couldn't...
Forum: Scripting Help 04-04-2009, 17:48
Replies: 9
Views: 2,226
Posted By unSeen
[HELP] I have a problem with regex in my plugin.

Hey everyone..
I've made a plugin that censor a words that written in a text file.
The code compiles and everything is allright, but when i test it, and write in the chat for example: "i love my...
Forum: Scripting Help 03-30-2009, 05:47
Replies: 3
Views: 1,354
Posted By unSeen
Forum: Scripting Help 03-29-2009, 13:52
Replies: 3
Views: 1,354
Posted By unSeen
[HELP] Regex. How to check if is match.

hey all.. I need little help with Regex.
I read about Regex in the documents of amxx.org and here when i search for question that people ask in this forum, but no one answered my question.

So...
Forum: Scripting Help 02-18-2009, 07:07
Replies: 8
Views: 1,926
Posted By unSeen
Forum: Scripting Help 02-18-2009, 06:53
Replies: 8
Views: 1,926
Posted By unSeen
Re: [HELP] Getting details about who killed and dead. using Hamsandwich lib.

thanks.

sorry that I anoyne,
My last question, How can i know wich weapon the killer used?
Forum: Scripting Help 02-18-2009, 06:38
Replies: 8
Views: 1,926
Posted By unSeen
Re: [HELP] Getting details about who killed and dead. using Hamsandwich lib.

You mean the ID of the killer?
(btw thanks alot)

and some one know about 3rd and 4th question?
Forum: Scripting Help 02-18-2009, 06:16
Replies: 8
Views: 1,926
Posted By unSeen
[HELP] Getting details about who killed and dead. using Hamsandwich lib.

Hey everybody,
Before i start with my question, i wanna say SORRY about my English..
It's now me it's the English teachers in my country ;-)

So, i heard about Hamsandwich, and i want to make a...
Forum: Scripting Help 11-27-2008, 16:07
Replies: 8
Views: 1,520
Posted By unSeen
Re: [HELP] on preach_sound.

what you mean mp3 loop?
i tried also with mp3, and there's same problam.
we can hear it when it loads the server, but when you get the first OK and then to choose team , it stops..
Forum: Scripting Help 11-27-2008, 15:40
Replies: 8
Views: 1,520
Posted By unSeen
Re: [HELP] on preach_sound.

You know a function that do that?
Showing results 1 to 25 of 36

 
Forum Jump

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


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