This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 55
Search took 0.03 seconds.
Search: Posts Made By: laufer
Forum: Unapproved Plugins 03-02-2010, 12:26
Replies: 1,685
Views: 690,233
Posted By laufer
Re: [TF2] Equipment manager 1.1.7 (01/14/10)

Not at all, Erasehead :)
About Zuko's hats - I didn't see any screenshots - only put it on my head and press 'G' :|. Look for screenshots here (http://www.facepunch.com/showthread.php?t=778551) and...
Forum: Unapproved Plugins 03-01-2010, 13:21
Replies: 1,685
Views: 690,233
Posted By laufer
Re: [TF2] Equipment manager 1.1.7 (01/14/10)

First, Erasehead, read my post here (http://forums.alliedmods.net/showpost.php?p=1031810&postcount=743) about ERROR and solving it.
Second, index MUST BE same as in example. You can find it in...
Forum: Unapproved Plugins 03-01-2010, 09:36
Replies: 1,685
Views: 690,233
Posted By laufer
Re: [TF2] Equipment manager 1.1.7 (01/14/10)

Yes, Erasehead, it would be great but I will not share it for now:
1. Biggest part of it - is other people's work. Not mine.
2. I didn't planned to make it for share - there is no localization...
Forum: Unapproved Plugins 03-01-2010, 08:22
Replies: 1,685
Views: 690,233
Posted By laufer
Re: [TF2] Equipment manager 1.1.7 (01/14/10)

I'm glad that you liked it :wink: Using hats is was my next step.
First time I just looked up statistic using http://forums.alliedmods.net/showthread.php?t=109006&highlight=webranking (this)...
Forum: Unapproved Plugins 02-28-2010, 14:57
Replies: 1,685
Views: 690,233
Posted By laufer
Re: [TF2] Equipment manager 1.1.7 (01/14/10)

Aaaahhh! Its simple! Man, if you know little about programming - this experience will be useful for you. Just add

to the begining of function. Right after:
Forum: Unapproved Plugins 02-28-2010, 12:31
Replies: 1,685
Views: 690,233
Posted By laufer
Re: [TF2] Equipment manager 1.1.7 (01/14/10)

Yep, Erasehead, colors.inc is required. So:

1. Error compiling
/home/groups/sourcemod/upload_tmp/phpRpCntz.sp(14) : fatal error 120: cannot read from file: "colors"
is about some other plugin...
Forum: Unapproved Plugins 02-26-2010, 09:34
Replies: 1,685
Views: 690,233
Posted By laufer
Re: [TF2] Equipment manager 1.1.7 (01/14/10)

Nice to see you here, Damizean! Before adding make sure my logic fits yours. Especially in Item_IsWearable. My goal was to wear hats only by steam id or user_default flag. I didn't care about admins...
Forum: Unapproved Plugins 02-26-2010, 01:38
Replies: 1,685
Views: 690,233
Posted By laufer
Re: [TF2] Equipment manager 1.1.7 (01/14/10)

Eraserhead, its not so simple as you think. You have to make some changes in plugin. Here is recipe:

1. Add global variable (array):
// ---- Item variables
new...
Forum: Unapproved Plugins 02-25-2010, 12:58
Replies: 1,685
Views: 690,233
Posted By laufer
Re: [TF2] Equipment manager 1.1.7 (01/14/10)

Eraserhead, its impossible with current version of plugin. I made it by myself. And in two different ways - in database (sqllite) and by adding steam id of players to EM config file. If you ready to...
Forum: Unapproved Plugins 02-24-2010, 15:09
Replies: 1,685
Views: 690,233
Posted By laufer
Re: [TF2] Equipment manager 1.1.7 (01/14/10)

You talk about thing such as "You equiped Helmet 1" then you put custom hat on? If it annoys you?

Strange about advertisements... Try to delete cfg file and recreate it.

Maybe you put cfg in...
Forum: Unapproved Plugins 02-23-2010, 07:33
Replies: 1,685
Views: 690,233
Posted By laufer
Re: [TF2] Equipment manager 1.1.7 (01/14/10)

It has an variable

// Announces usage and tips about equipable items.
// -
// Default: "1"
tf_equipment_announce "0"

// Announces information of the plugin when joining.
// -
// Default:...
Forum: Scripting 02-10-2010, 14:55
Replies: 4
Views: 1,525
Posted By laufer
Re: How to work with STRINGS

Cheee, thanx man!!! ))))) Грацияс, амиго!! :)
Forum: Scripting 02-10-2010, 14:42
Replies: 4
Views: 1,525
Posted By laufer
How to work with STRINGS

Guys, seriously! Sourcepawn works AWFUL with strings! I can't figure how to put result string in variable!!! This sux!

I do:
new String:SomeStr[1024];
SomeStr = somefunc();

...

somefunc()...
Forum: Unapproved Plugins 02-04-2010, 01:32
Replies: 1,685
Views: 690,233
Posted By laufer
Re: [TF2] Equipment manager 1.1.7 (01/14/10)

Hi, CrazyHamster!
I had to read ALL of these posts to make that plugin work :twisted:. So I'll try to help ya.

1-2. As I guess numbers doesn't matter. I did same as in example hats and had no...
Forum: Unapproved Plugins 01-30-2010, 05:35
Replies: 1,685
Views: 690,233
Posted By laufer
Re: [TF2] Equipment manager 1.1.7 (01/14/10)

Looks like where is TOO MANY hats, alinayg! I encountered 330 hats, but I heard about 256 maximum. Try to reduce quantity of them.

// The current maxium of items is 256. This is due the...
Forum: Unapproved Plugins 01-30-2010, 03:00
Replies: 1,685
Views: 690,233
Posted By laufer
Re: [TF2] Equipment manager 1.1.7 (01/14/10)

Man! Give us a little tip - WHEN that error happens? What are you doing to get it? (equiping specious hat, starting map etc.)
Forum: General 01-18-2010, 02:20
Replies: 11
Views: 2,978
Posted By laufer
Re: How to escape quotes in script command?

I'll try it too. Thank you! =)
Forum: General 01-18-2010, 01:56
Replies: 11
Views: 2,978
Posted By laufer
Re: How to escape quotes in script command?

You mean somthing like that?

1. Create query_text.cfg :

"SELECT NAME, kills/(playtime/60) FROM Player WHERE SteamID IN...
Forum: General 01-18-2010, 01:13
Replies: 11
Views: 2,978
Posted By laufer
Re: How to escape quotes in script command?

You think I'm so silly? Of course I tried it! And what is result? Won't you guess?
Yep: "Query error SELECT". That means that as argument where sent only first word until space symbol. How to avoid...
Forum: Plugin/Gameplay Ideas and Requests 01-17-2010, 11:23
Replies: 4
Views: 1,265
Posted By laufer
Re: SQL console

cmd's - what is it? Give me a clue :|
Forum: Plugin/Gameplay Ideas and Requests 01-17-2010, 07:18
Replies: 4
Views: 1,265
Posted By laufer
Re: SQL console

Here is my code that I inserted in this (https://forums.alliedmods.net/showthread.php?t=109006) DarthNinja supported plugin.

public OnPluginStart()
{
...
RegAdminCmd("rank_query", RankQuery,...
Forum: Plugin/Gameplay Ideas and Requests 01-17-2010, 07:08
Replies: 4
Views: 1,265
Posted By laufer
SQL console

Hi!
I'd like to send SQL queries to database and get result in console. For example I'm holding a competition on my tf2-server (I will give exclusive hat for a winner) and want to calculate points...
Forum: Plugins 01-17-2010, 06:27
Replies: 2,724
Views: 1,106,452
Posted By laufer
Re: [TF2 Stats] With Web Ranking and Item Logger [v6.1/6.5.5]

Ooohh... I thought you worry about author rights in that sarcastic way :)
I didn't mean to change name, author or url of plugin - its just my homemade update of this plugin. I did very small code,...
Forum: General 01-17-2010, 06:19
Replies: 11
Views: 2,978
Posted By laufer
Re: How to escape quotes in script command?

Can't you see? I did what you are talking about!
Or maybe I misunderstood you?
Forum: Plugins 01-16-2010, 17:28
Replies: 2,724
Views: 1,106,452
Posted By laufer
Showing results 1 to 25 of 55

 
Forum Jump

All times are GMT -4. The time now is 12:00.


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