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

Showing results 1 to 25 of 75
Search took 0.01 seconds.
Search: Posts Made By: Martix
Forum: Suggestions / Requests 11-28-2010, 05:26
Replies: 7
Views: 1,734
Posted By Martix
Weapons

Hello, i'm going to add respawn plugin to my SURF server, so i need that weapons, which are placed in the map, would be infinite. It would be like i take a weapon from gun room, but it doesn't...
Forum: HL1 Servers (HLDS) 10-08-2010, 13:58
Replies: 14
Views: 4,190
Posted By Martix
Re: [HELP] Plugin error?

Check your amxmodx/plugins folder. I guess you don't even have those plugins in it
Forum: HL1 Servers (HLDS) 10-08-2010, 13:55
Replies: 1
Views: 1,720
Posted By Martix
Forum: HL1 Servers (HLDS) 10-08-2010, 13:54
Replies: 2
Views: 862
Posted By Martix
Re: Server crash.

Your hosting it or your own pc or on VPS? Could you make a screenshot of that error?
Forum: Suggestions / Requests 10-08-2010, 13:53
Replies: 2
Views: 964
Posted By Martix
Re: Problema con sayteam "@" // Problem sayteam "@"

Your english is messy :> I can't understand what's the problem now, if you've added a plugin to prevent flood (i think you mean that with the second sentence)
Forum: General 10-08-2010, 13:43
Replies: 16
Views: 4,233
Posted By Martix
Re: [Help] Some plugins won't work.

Both of them (Linux & Windows) are good, if you know how to use and make them secure
Forum: Scripting Help 10-07-2010, 08:47
Replies: 0
Views: 677
Posted By Martix
Voice plugin

Hello, could you say me what to change if i want only admins with ADMIN_CHAT to be able to talk? (now admins with ADMIN_CHAT AND CT's can)

// Voice Manager by Exolent

// This plugin will gag...
Forum: HL1 Servers (HLDS) 10-05-2010, 04:59
Replies: 24
Views: 4,884
Posted By Martix
Re: Linux

This is more advanced script :D
Forum: HL1 Servers (HLDS) 10-03-2010, 09:19
Replies: 24
Views: 4,884
Posted By Martix
Re: Linux

But i need to use those cd /usr/hlds, cd /usr/hldsjb.... yes? Otherwise how it would find out which server to start, if i'm having 3 of them

SORRY i only now understand what do you mean :D
Forum: HL1 Servers (HLDS) 10-02-2010, 15:13
Replies: 24
Views: 4,884
Posted By Martix
Re: Linux

But whats the best to choose from? <1,2,3>? Won't it waste my CPU?

BTW i've found screen code tip, so is this ok?
cd /usr/hlds
screen -AmdS hlds ./start &
cd
cd /usr/hldsjb
screen -AmdS...
Forum: HL1 Servers (HLDS) 10-02-2010, 14:25
Replies: 24
Views: 4,884
Posted By Martix
Re: Linux

ok ok, i'll get on it somehow.

But whats about booster on linux? does it exist?
Forum: HL1 Servers (HLDS) 10-02-2010, 13:51
Replies: 24
Views: 4,884
Posted By Martix
Re: Linux

somewhere it says @screen -AmdS ./start (wtf?? i dont understand what this command means)

BTW whats about BOOSTER or smth like that on linux?
Forum: HL1 Servers (HLDS) 10-02-2010, 13:16
Replies: 24
Views: 4,884
Posted By Martix
Re: Linux

Those guides ar rly strange to be. They're using some crontab, and i'm using rc.local
Forum: HL1 Servers (HLDS) 10-02-2010, 09:47
Replies: 24
Views: 4,884
Posted By Martix
Re: Linux

Those "" are needed? :)

I have one more question:
This is my rc.local:
cd /usr/hlds
./start &
cd
cd /usr/hldsjb
./start &
cd
Forum: HL1 Servers (HLDS) 10-01-2010, 06:21
Replies: 24
Views: 4,884
Posted By Martix
Re: Linux

I'm using -autoupdate, so they will restart after crash?
I've added start line to rc.local and they start automatically now after reboot :)
Forum: HL1 Servers (HLDS) 09-30-2010, 15:21
Replies: 24
Views: 4,884
Posted By Martix
Linux

If i'm having 3 servers on linux, what i should do to make them automatically start after reboot?
Only 1 of them starts
Forum: Scripting Help 09-29-2010, 11:06
Replies: 0
Views: 685
Posted By Martix
Plugin doesn't work as it should

Here's a script of a plugin (i've tried to fix it many times, with many people help), but it still doesn't work with amx_super. The speed is still disappearing while switching between weapons, while...
Forum: Scripting Help 09-25-2010, 15:30
Replies: 14
Views: 2,919
Posted By Martix
Re: Check this script please :)

This was because of copy&paste failure :D

Line 479 - error 001: exprected token: ")", but found "{" .What the *? (line 479 is red)
public FwdHamSpawn_Post(id)
{
...
Forum: Scripting Help 09-25-2010, 15:17
Replies: 14
Views: 2,919
Posted By Martix
Re: Check this script please :)

I know, i changed the script a bit :D But i don't think that these were big changes :)
Forum: Scripting Help 09-25-2010, 14:59
Replies: 14
Views: 2,919
Posted By Martix
Re: Check this script please :)

Sorry, i'm not perfect in english language. I don't understant the meaning what to do now :)

Sorry, my fail. I've placed ) instead of } :)
Forum: Scripting Help 09-25-2010, 14:51
Replies: 14
Views: 2,919
Posted By Martix
Re: Check this script please :)

But the last time when i compiled it, everything was ok :?
I've changed the code a little bit from the last time, but i haven't done any huge changes.

#pragma semicolon 1
#include <amxmodx>...
Forum: Scripting Help 09-25-2010, 14:46
Replies: 14
Views: 2,919
Posted By Martix
Re: Check this script please :)

Strange a bit, untill now it was all ok, but now (when compiling) i'm getting about 20 errors - undefined symbol client_printc
Forum: Scripting Help 09-25-2010, 14:36
Replies: 14
Views: 2,919
Posted By Martix
Re: Check this script please :)

It would be like that? ( as i said in many topics, i'm not scripter, so i don't really know these things :mrgreen: )
public FwdHamSpawn_Post(id)
{
if(is_user_alive(id))
{
g_adrenaline[id] =...
Forum: Scripting Help 09-25-2010, 12:33
Replies: 14
Views: 2,919
Posted By Martix
Re: Check this script please :)

Here's a screenchot of my console. BTW could you explain me WHY when i'm using speed from this plugin and having amx_super (amx_super_nospeed works, but i need amx_speed command anyway) ? In other...
Forum: Scripting Help 09-25-2010, 09:44
Replies: 14
Views: 2,919
Posted By Martix
Check this script please :)

EDIT: Getting error Native "set_user_maxspeed". What to do? :)

Ok, i was using a vipmenu (jailbreak) plugin by Shuttle_wave, and i've found out, that when i'm using amx_super and there's player on...
Showing results 1 to 25 of 75

 
Forum Jump

All times are GMT -4. The time now is 08:37.


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