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

Showing results 1 to 25 of 114
Search took 0.01 seconds.
Search: Posts Made By: Altecaho
Forum: Suggestions / Requests 11-29-2010, 02:11
Replies: 7
Views: 1,716
Posted By Altecaho
Re: Weapons

Thanks, i need it too ;)
Forum: Suggestions / Requests 11-25-2010, 08:29
Replies: 15
Views: 4,278
Posted By Altecaho
Re: Amx_quit

I always do so :)
Forum: Suggestions / Requests 11-24-2010, 14:16
Replies: 15
Views: 4,278
Posted By Altecaho
Re: Amx_quit

When i do so my cs doesn't get messed up. And i messes up only SOMETIMES when used amx_quit :) (i know that there's amx super plugin :) )
Forum: Suggestions / Requests 11-24-2010, 13:25
Replies: 15
Views: 4,278
Posted By Altecaho
Re: Amx_quit

Nope, in one server EVERYONE may use this command (someone hacked that server and set to that), so i can see in chat when someone uses amx_quit. And i'm sure that my CS doesn't automatically quit,...
Forum: Suggestions / Requests 11-23-2010, 16:10
Replies: 15
Views: 4,278
Posted By Altecaho
Re: Amx_quit

Because when someone uses it, my counter-strike is messed up (chat colors, missing K, A letters, etc.). So i would like to have Client-side immunity to this. ( it would be great to be able to change...
Forum: Suggestions / Requests 11-23-2010, 14:44
Replies: 15
Views: 4,278
Posted By Altecaho
Amx_quit

As i know, amx_quit sends a command to players console. So, is it possible to disable this command/change it to sth like wquit/block it from being used by server? :)
Forum: Scripting Help 11-20-2010, 03:55
Replies: 2
Views: 1,026
Posted By Altecaho
Re: Need some help for register plugin and my plugin.

1.I guess:
register_concmd("amx_register", "register_user", ADMIN_ALL, "<mod:1[Name],2[Ip],3[SteamID]> <password>");
register_concmd("amx_login", "login_user", ADMIN_ALL, "<password>");
...
Forum: HL1 Servers (HLDS) 11-16-2010, 11:41
Replies: 8
Views: 2,584
Posted By Altecaho
Re: sv_downloadurl

You need to upload files there
Forum: Trash 11-13-2010, 11:31
Replies: 2
Views: 1,626
Posted By Altecaho
Re: VIP plugin code

It looks like edited VIP by Dunno :D
Forum: HL1 Servers (HLDS) 11-13-2010, 11:28
Replies: 7
Views: 1,456
Posted By Altecaho
Forum: Trash 11-12-2010, 06:09
Replies: 0
Views: 564
Posted By Altecaho
Models (hands)

Dont need anymore
Forum: Suggestions / Requests 11-11-2010, 13:11
Replies: 3
Views: 1,080
Posted By Altecaho
Re: [REQ] Fade to black

There are fade to black option in your server.cfg :?
Forum: HL1 Servers (HLDS) 11-11-2010, 13:09
Replies: 10
Views: 2,380
Posted By Altecaho
Re: server crashes. :s

No support for you, because of dproto :)
Forum: Scripting Help 11-10-2010, 17:08
Replies: 4
Views: 1,563
Posted By Altecaho
Re: Plugin crash the server

Private plugin --> Problem --> Public plugin (if you want to solve it) :D:D
Forum: Scripting Help 11-09-2010, 15:01
Replies: 9
Views: 1,576
Posted By Altecaho
Re: HELP: Biohazard - Ts = Zombies

Are there any more ->if's<- ?

Paste all the lines from { to } (only that part) and maybe i'll be able to help you :)
Forum: Scripting Help 11-09-2010, 13:57
Replies: 9
Views: 1,576
Posted By Altecaho
Re: HELP: Biohazard - Ts = Zombies

Search for a line (in biohazard) which makes player to be a zombie (I don't know how bhz is working) and edit there
Forum: HL1 Servers (HLDS) 11-09-2010, 13:55
Replies: 2
Views: 1,278
Posted By Altecaho
Forum: Scripting Help 11-09-2010, 08:23
Replies: 25
Views: 4,545
Posted By Altecaho
Re: can anyone help

Yeah, thanks abdul. Now i'll know how to set models ^^
Forum: Scripting Help 11-09-2010, 07:16
Replies: 25
Views: 4,545
Posted By Altecaho
Re: can anyone help

cs_set_user_model( id, "model_folder_name" )

// In ur case it would be like this:

cs_set_user_model( id, "ironman" ) // NOT "ironman.mdl"
I've tried to give him it like that, but he said,...
Forum: Scripting Help 11-08-2010, 16:31
Replies: 9
Views: 1,576
Posted By Altecaho
Re: HELP: Biohazard - Ts = Zombies

if(get_user_team(id) == 1)
{
//Command which makes player a zombie ( i don't know biohazard )
}
Forum: Scripting Help 11-08-2010, 16:00
Replies: 25
Views: 4,545
Posted By Altecaho
Re: can anyone help

It doesn't download because you have already downloaded it i guess.
Maybe you have any other plugins like zombie mod , which may change players model back to normal?

Try again. If it won't work...
Forum: Scripting Help 11-08-2010, 15:35
Replies: 25
Views: 4,545
Posted By Altecaho
Re: can anyone help

forgotten to set cs_set_user_model (changed it already) :)


BTW there should be any error logs if server is crashing
Forum: Scripting Help 11-08-2010, 15:26
Replies: 25
Views: 4,545
Posted By Altecaho
Re: can anyone help

Try now
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#include <fun>
#include <cstrike>
#include <hamsandwich>
#define ACCESS ADMIN_LEVEL_A
#define MODEL...
Forum: Scripting Help 11-08-2010, 15:21
Replies: 25
Views: 4,545
Posted By Altecaho
Re: can anyone help

Does the download work? Do you HAVE the ironman.mdl? And check it's directory (player/ironman/ironman.mdl - it should be)

For a check we can try WITHOUT a model
/* Plugin generated by AMXX-Studio...
Forum: Scripting Help 11-08-2010, 15:16
Replies: 25
Views: 4,545
Posted By Altecaho
Re: can anyone help

With added .mdl?

Could you post Logs?
Showing results 1 to 25 of 114

 
Forum Jump

All times are GMT -4. The time now is 05:53.


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