Raised This Month: $ Target: $400
 0% 

Showing results 1 to 22 of 22
Search took 0.01 seconds.
Search: Posts Made By: FLR
Forum: Approved Plugins 08-01-2009, 20:29
Replies: 20
Views: 38,686
Posted By FLR
Re: Hide N Seek Powerups 1.1d

Most of the "Powers" is applied automatically, but some as XO-Jump and Longjump requires you to just "jump", respective "duck+jump". The longjump is the one from Half-Life.
Forum: Approved Plugins 11-30-2008, 15:24
Replies: 20
Views: 38,686
Posted By FLR
Re: Hide N Seek Powerups 1.1d

Ehh, well it says "You can test it out here:" so the purpose was for you guys to be able to test it out.
Forum: Approved Plugins 11-24-2008, 12:02
Replies: 20
Views: 38,686
Posted By FLR
Re: Hide N Seek Powerups 1.1d

Thx, haven't been home for a couple of days, didn't notice.
Forum: Approved Plugins 11-10-2008, 15:34
Replies: 20
Views: 38,686
Posted By FLR
Re: Hide N Seek Powerups 1.1c

Ye, I have thought about that too, just don't have the time atm. Probably will do later, if the plugin doesn't "die", if you know what I mean.
Forum: Approved Plugins 11-10-2008, 12:02
Replies: 20
Views: 38,686
Posted By FLR
Re: Hide N Seek Powerups

Whats wrong with this? I don't see anything thats not allowed.
Forum: Approved Plugins 11-09-2008, 23:48
Replies: 20
Views: 38,686
Posted By FLR
Re: Hide N Seek Powerups

Take a look in the .sma-file.
Forum: Approved Plugins 11-09-2008, 14:50
Replies: 20
Views: 38,686
Posted By FLR
Re: Hide N Seek Powerups

Ye I saw that one, its been changed for the next release :) Just didnt want to make another release after eachother.

XO-Jump is a powerup that gives you the ability to jump higher than normal....
Forum: Approved Plugins 11-09-2008, 09:33
Replies: 20
Views: 38,686
Posted By FLR
Hide N Seek Powerups 1.1d

Well, this is my first "real" plugin, I've made some small plugins before tho.
So, this plugin is kinda plugin for Hide N Seek. You can create powerups etc, other words, its a powerup mod.

I got...
Forum: Scripting Help 08-03-2008, 17:14
Replies: 0
Views: 683
Posted By FLR
Problems with saving and spawning.

Hi all pr0 coders :)

I have some really annoying problems with my plugin.
The first one is when I spawn my powerups. Sometimes after Ive spawned two or three and then press delete all something...
Forum: Off-Topic 07-28-2008, 11:36
Replies: 4
Views: 3,044
Posted By FLR
Re: Making own blocks on Hns.

Download modelviewer :)
http://www.wunderboy.org/apps/jhlmv.php
Forum: Scripting Help 07-23-2008, 14:40
Replies: 7
Views: 2,320
Posted By FLR
Re: Another IOB (index out of bounds)

Thank you arkshine. I didn't know that. Thought that the ID of the player was before the Ent. Anyway, problem solved, so admin/moderator may lock the thread.
Forum: Scripting Help 07-23-2008, 13:36
Replies: 7
Views: 2,320
Posted By FLR
Another IOB (index out of bounds)

Hello.
I recently added some new things to my plugin.
But after I compiled it and was going to test if the new things worked, I got a weird index out of bounds. Ive been trying to find this...
Forum: Scripting Help 07-20-2008, 01:32
Replies: 5
Views: 1,312
Posted By FLR
Re: Help with modelsWHats wrong?

Try this:

#include <amxmisc>
#include <cstrike>
#include <fakemeta>

new const g_model[3][] =
{
"models/player/default/default.mdl" // change this to whatever you want
...
Forum: RuneMod 07-13-2008, 22:44
Replies: 305
Sticky: Runemod 2
Views: 253,287
Posted By FLR
Re: Runemod 2

OK, the first thing after extracting and addin the lines in plugins.ini is an error message when loading a map. The error message is:
"WRITE_SHORT was called with no active message".

obviosly...
Forum: Scripting Help 07-10-2008, 07:38
Replies: 10
Views: 3,327
Posted By FLR
Re: creating my first plugin

Well, afaik from mapping exp the sprites are always facing the player. So if you put em in the z-axis, maybe they will just do as normal sprites do. That would be, facing the player. So if you come...
Forum: Scripting Help 07-06-2008, 11:43
Replies: 2
Views: 1,117
Posted By FLR
Re: bad load, dbi problems

haha, omg. I forgot to activate it. Thanks anway. Thread closed
Forum: Scripting Help 07-05-2008, 20:36
Replies: 2
Views: 1,117
Posted By FLR
bad load, dbi problems

Hello, again.

This time I'am need of alot of help.
I thought that I should test out amxx with MySQL etc.

So, after some hours of coding I finally got it compiled, using the webcompiler.
BUT,...
Forum: Scripting Help 06-07-2008, 16:11
Replies: 9
Views: 2,361
Posted By FLR
Re: View players HP via a menu, need a solution.

Can I just ask you fxfigther, what the heck are you talking about? Im wasnt using the set_pev to retrieve, for that i use the pev(id,pev_health).

I wanted to test it for the public GeHp(id)...
Forum: Scripting Help 06-06-2008, 20:46
Replies: 9
Views: 2,361
Posted By FLR
Re: View players HP via a menu, need a solution.

[en]
Ok, but when I didnt use the fun module, the set_user_health didnt work :/

[sv]
Ok, men när jag inte använde "fun module" så fungerade inte set_user_health :/

edit:
Sry, didnt see that...
Forum: Scripting Help 06-06-2008, 18:41
Replies: 9
Views: 2,361
Posted By FLR
Re: View players HP via a menu, need a solution.

Thank you so much fxfighter :D
I dont mean to be rude, and I suppose youd write the code in like 30sec, but I
had to whitespace it a bit and stuff. It was too confusing to me :P
Oh, and the "%2.f"...
Forum: Scripting Help 06-06-2008, 14:36
Replies: 9
Views: 2,361
Posted By FLR
Re: View players HP via a menu, need a solution.

Thx, it kinda worked. except for one thing. When you type /hp and the menu appears, the names are like "db 7/sdflh ldg". They make no sense. But I think I can fix that myself.

Tack så mycket för...
Forum: Scripting Help 06-06-2008, 13:22
Replies: 9
Views: 2,361
Posted By FLR
View players HP via a menu, need a solution.

Hi, Im new to this whole thing, amxx and small i mean.
I started scripting/programming some days ago and I started to script a small plugin.

But, I ran into a problem. The way I want to display...
Showing results 1 to 22 of 22

 
Forum Jump

All times are GMT -4. The time now is 09:01.


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