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

Showing results 1 to 25 of 60
Search took 0.00 seconds.
Search: Posts Made By: L0neW0lf
Forum: Scripting Help 06-21-2007, 19:03
Replies: 2
Views: 926
Posted By L0neW0lf
get day

I know it is possible to get the time from the server, so i wondered if it is possible to get what day it is ?

/Lone Wolf
Forum: General 06-20-2007, 18:26
Replies: 2
Views: 975
Posted By L0neW0lf
Re: Rank Problem

I have had that problem to.
I solved it by using CSX module from 1.75a

/Lone Wolf
Forum: Scripting Help 02-14-2007, 03:01
Replies: 0
Views: 815
Posted By L0neW0lf
Execute external link

Hi :)

I need some help to locate the function to execute external link......

Have been looking at sockets but it is for the plugin to connect, so that wont do.

Or mabye it is better in a...
Forum: Approved Plugins 01-16-2007, 17:42
Replies: 387
Views: 285,811
Posted By L0neW0lf
Re: GabenMod v1.3

Hi there

First of all good job on the plugin :)

And now for my question/request:
I would be nice with SQL support for the point system.......will it be in later version ?

/Lone Wolf
Forum: Approved Plugins 09-03-2006, 17:58
Replies: 54
Views: 93,152
Posted By L0neW0lf
Re: Yet another High Ping Kicker

If you add this to each check it should ignore admins:

if (id && !((get_user_flags(id) & ADMIN_LEVEL_A))) {
//Original check code
}

Example:

public Task_ActivatePingCheck(id)
{
Forum: Unapproved/Old Plugins 07-06-2006, 02:45
Replies: 12
Views: 6,824
Posted By L0neW0lf
Re: Advanced Server Info

I like you use the word invest Suicid3 :lol: :lol: :lol:

http://www.mozilla.com/firefox/all.html
Forum: Scripting Help 07-05-2006, 04:54
Replies: 7
Views: 1,753
Posted By L0neW0lf
Forum: Scripting Help 07-05-2006, 04:51
Replies: 7
Views: 1,753
Posted By L0neW0lf
Re: get user name for comparing

Cant se the line numbers, but my guess is that it is this one:

if(LeadACheck == LeaderA)




Try these i instead:

if(equal(LeadACheck,LeaderA))
Forum: Scripting Help 07-05-2006, 02:47
Replies: 6
Views: 1,793
Posted By L0neW0lf
Re: hit everything but the head

My previous post was hs only, sorry my bad....

my guess would be:

set_user_hitzones(0,0,255-hitzone)


The hitzones is like this:

Parts of body are as bits:
Forum: Unapproved/Old Plugins 07-05-2006, 00:24
Replies: 12
Views: 6,824
Posted By L0neW0lf
Re: Advanced Server Info

@EKS: Your post aint original, -=STN=-MaGe allready said so......

And i still cant find one but what ever............
I still learned a lot thats the important thing for me, and ppl who do find...
Forum: Scripting Help 07-05-2006, 00:06
Replies: 6
Views: 1,793
Posted By L0neW0lf
Re: hit everything but the head

set_user_hitzones(0,0,2)
Forum: Scripting Help 07-04-2006, 18:17
Replies: 7
Views: 1,753
Posted By L0neW0lf
Re: get user name for comparing

I cant figure out precicly what you want?¿?

But an example how to compare name with your list:


new name[18]
get_user_name(id, name, 17)
if(equali(name[17],myName[17]) {
//event or...
Forum: Scripting Help 07-04-2006, 18:17
Replies: 7
Views: 1,753
Posted By L0neW0lf
Re: get user name for comparing

Prematuer post can be deleted!
Forum: Scripting Help 07-04-2006, 18:13
Replies: 7
Views: 1,753
Posted By L0neW0lf
Re: get user name for comparing

You could use get_user_name(id, name[], len)

An example:
new name[18]
get_user_name(id, name, 17)
client_print(id, print_chat, "Your name is: %s", name)
Forum: Scripting Help 07-04-2006, 18:08
Replies: 9
Views: 2,150
Posted By L0neW0lf
Re: Intercepting an AMXX Plugin action...

If you find the solution it would be good to post it here, with your code and explanation, just how to handle one plugin......

Why is it good?
It will optimize forum search functionality :)
And...
Forum: Unapproved/Old Plugins 07-04-2006, 17:59
Replies: 12
Views: 6,824
Posted By L0neW0lf
Re: Advanced Server Info

it is now updated :)
Forum: Scripting Help 07-04-2006, 11:40
Replies: 9
Views: 2,150
Posted By L0neW0lf
Re: Intercepting an AMXX Plugin action...

What plugin are you using which makes the glowefect ?
If it is a public plugin with sma it should be fairly easy adding it to the plugin.........
Forum: Unapproved/Old Plugins 07-04-2006, 03:46
Replies: 12
Views: 6,824
Posted By L0neW0lf
Re: Advanced Server Info

you mean remove the timer and put it in as a command ?
ill put it in, with an option for timer or command

timer vil be set higher to, i can se it stands at 30 seconds, which i used for test,...
Forum: Unapproved/Old Plugins 07-03-2006, 21:52
Replies: 12
Views: 6,824
Posted By L0neW0lf
Re: Advanced Server Info

ok - havent found one which covered my needs, but anyways i learned a lot doing it :)
Forum: Unapproved/Old Plugins 07-03-2006, 19:48
Replies: 12
Views: 6,824
Posted By L0neW0lf
Advanced Server Info

A little plugin for handling info to the players.
Got the idea because i was tierd of compiling a lilltle plugin i made.
Then got to work and this is the outcome.

Just unzip in cstrike folder,...
Forum: Approved Plugins 07-01-2006, 18:35
Replies: 10
Views: 16,430
Posted By L0neW0lf
Re: Auto All Talk

I have added the msg option, right now i am renaming the CVARS......

EDIT: Found a minor bug in the msg part, going to correct it now :)
Forum: Approved Plugins 06-30-2006, 04:10
Replies: 10
Views: 16,430
Posted By L0neW0lf
Re: Auto All Talk

Working on the msg part right now :)
How would it be preferred ?
print_chat or print_center ?

Or maby more than one option ?

On the todo list:
Rename vars
Adding option for only ingame...
Forum: Approved Plugins 06-28-2006, 16:16
Replies: 10
Views: 16,430
Posted By L0neW0lf
Re: Auto All Talk

CVAR renamed to AutoAllTalk :)
Forum: Approved Plugins 06-28-2006, 15:01
Replies: 10
Views: 16,430
Posted By L0neW0lf
Auto All Talk

Hi there :)

This is my first plugin to be released.
What i does ?
It turns Alltalk on and off, if there is more or less than x playeres on the server (default is 4).

I find it usefull on...
Forum: Scripting Help 06-25-2006, 04:17
Replies: 9
Views: 2,092
Posted By L0neW0lf
Re: Event on player count

Sorry for the wait, my computer crashed.....

And thanks a lot for the help it works nicely :)
Showing results 1 to 25 of 60

 
Forum Jump

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


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