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

Showing results 1 to 25 of 40
Search took 0.01 seconds.
Search: Posts Made By: Fean0r
Forum: GunGame 02-28-2007, 14:38
Replies: 18
Views: 6,692
Posted By Fean0r
Re: gungame_mapcycle.txt

Im not sure tbh - I'll get back to you asap.
Forum: GunGame 02-27-2007, 13:44
Replies: 18
Views: 6,692
Posted By Fean0r
Re: gungame_mapcycle.txt

I have the same problem I have to overwrite my mapcycle.txt when gun game is on as we do not have it all all the time

The gungame_mapcycle.txt is in my cstrike folder but the amxx still uses the...
Forum: Scripting Help 07-17-2005, 19:47
Replies: 12
Views: 2,944
Posted By Fean0r
I confused why would the .sma help? The .inc...

I confused why would the .sma help?

The .inc contains the code I wish to change..... nm I will just try the code and see what happens.
Forum: Scripting Help 07-17-2005, 18:41
Replies: 12
Views: 2,944
Posted By Fean0r
anyone?

anyone?
Forum: Scripting Help 07-17-2005, 14:55
Replies: 12
Views: 2,944
Posted By Fean0r
If the code works it will change the first XP...

If the code works it will change the first XP entry from say 450 to the amount I set - So all I really need to know is if the code I shown above is in the correct format or not...
Forum: Scripting Help 07-17-2005, 14:36
Replies: 12
Views: 2,944
Posted By Fean0r
This is UWC3..... (sorted attachment)

This is UWC3.....

(sorted attachment)
Forum: Scripting Help 07-17-2005, 14:18
Replies: 12
Views: 2,944
Posted By Fean0r
There is no min XP setting as far as i know... ...

There is no min XP setting as far as i know...

Download .inc below
Forum: Scripting Help 07-17-2005, 13:58
Replies: 12
Views: 2,944
Posted By Fean0r
Code Help Plz

Will this code work?

I am trying to set the min XP a new person will get on our UWC3 server - asumming this code works it should do that!

if (playerxp[id] >= 150) && (playerxp[id] <= 1000) {
...
Forum: Scripting Help 05-08-2004, 15:10
Replies: 27
Views: 6,856
Posted By Fean0r
Thats not the case however perhaps your just to...

Thats not the case however perhaps your just to lazy to put some sort of effort in yourself and expect other to do it for you. I'm a complete small newbie but have found providing you at least try...
Forum: Approved Plugins 05-04-2004, 14:51
Replies: 37
Views: 26,073
Posted By Fean0r
You missed the point QA... You dont type it...

You missed the point QA...

You dont type it everytime you want to run the command lol the idea is you bind a key you all you do it type "p" its not only for slap it for all commands, you could add...
Forum: Suggestions / Requests 05-03-2004, 10:49
Replies: 5
Views: 2,313
Posted By Fean0r
For example say I have everything the server load...

For example say I have everything the server load a map the below lines are triggered. (in the amxx.cfg)

amx_addvotemaps de_dust de_dust2 de_inferno
amx_addvotemaps cs_office cs_italy cs_assault...
Forum: Suggestions / Requests 05-03-2004, 10:43
Replies: 5
Views: 2,313
Posted By Fean0r
I dont want that map manager as it does nt allow...

I dont want that map manager as it does nt allow you to define the vote and the above plugin does nt work on amx or amxx (I dont know why though).
Forum: Approved Plugins 05-03-2004, 10:39
Replies: 37
Views: 26,073
Posted By Fean0r
Yea, most command that apply to user allow use of...

Yea, most command that apply to user allow use of name.

I plan to add more as I go... if people use the Plugin and want extra features I'm happy to add them.

For example

amx_point amx_slap...
Forum: Suggestions / Requests 05-03-2004, 06:57
Replies: 5
Views: 2,313
Posted By Fean0r
Map Voting

I loved the old mapchooser OLO had where you could define the votes...

amx_nextmapch de_dust de_inferno de_aztec
amx_nextmapch cs_office cs_italy cs_assault

This was really useful for custom...
Forum: Approved Plugins 05-03-2004, 05:44
Replies: 37
Views: 26,073
Posted By Fean0r
Updated. Does it make a diff or just make it...

Updated.

Does it make a diff or just make it easier to read?
Forum: Approved Plugins 05-03-2004, 05:22
Replies: 37
Views: 26,073
Posted By Fean0r
Point Script

This is my first released plugin (be nice :)).

amxx_point <command> - this will execute a command on the person your pointing at.

The best useage of this is to bind a key e.g. bind "j"...
Forum: Scripting Help 05-03-2004, 05:04
Replies: 11
Views: 4,046
Posted By Fean0r
read_args(blah1, 49) That works :)

read_args(blah1, 49)

That works :)
Forum: Scripting Help 05-03-2004, 04:26
Replies: 11
Views: 4,046
Posted By Fean0r
amx_point.sma(37) : error 029: invalid...

amx_point.sma(37) : error 029: invalid expression, assumed zero
amx_point.sma(38) : error 035: argument type mismatch (argument 1)

I get the following error with that code...

any ideas?
Forum: Scripting Help 05-02-2004, 19:47
Replies: 11
Views: 4,046
Posted By Fean0r
Great thanks 1 last thing.. ...

Great thanks

1 last thing..

read_argv(1, blah1, 49)

if I use "amx_test one two" would the above return "one two" or just "one" (I want it to return "one two" - I really want to to return...
Forum: Scripting Help 05-02-2004, 17:49
Replies: 11
Views: 4,046
Posted By Fean0r
Maybe I explained that badly blah2 already...

Maybe I explained that badly

blah2 already equals "the man" but when I run a command it only picks up "the"

If I do client_print(id,print_notify,"%s %s", blah1, blah2) is does show "the man" ...
Forum: Scripting Help 05-02-2004, 16:10
Replies: 11
Views: 4,046
Posted By Fean0r
space in %s

if %s = the man

its only picks up "the"

client_cmd(id,"%s %s", blah1, blah2)

How can I make the 2nd %2 include "the man"

Thanks
Forum: Scripting Help 05-02-2004, 16:08
Replies: 3
Views: 2,280
Posted By Fean0r
Perfect :)

Perfect :)
Forum: Scripting Help 05-02-2004, 15:45
Replies: 3
Views: 2,280
Posted By Fean0r
Thanks, I knew there would be a much easier way! ...

Thanks, I knew there would be a much easier way! I'll go test it now :)
Forum: Scripting Help 05-02-2004, 13:04
Replies: 3
Views: 2,280
Posted By Fean0r
Player name (in crosshair)

I'm currently using this event

register_event("StatusValue","spec_event","be","1=2")

To get the name of the player in your cross hair, is there an easier way to get it?

Say I run command...
Forum: Scripting Help 05-02-2004, 12:57
Replies: 3
Views: 1,927
Posted By Fean0r
Thanks.

Thanks.
Showing results 1 to 25 of 40

 
Forum Jump

All times are GMT -4. The time now is 14:35.


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