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

Showing results 1 to 25 of 59
Search took 0.00 seconds.
Search: Posts Made By: Floody
Forum: Source Servers (SRCDS) 12-09-2016, 15:49
Replies: 4
Views: 1,309
Posted By Floody
Re: [CSS] custom skin changes hitbox

Thanks anyway, but I just figured out what the problems was.

Apparently Crowbar caused this error. I used a different programm for decompilig (MDLDecompiler) and another programm for recompiling...
Forum: Source Servers (SRCDS) 12-09-2016, 14:58
Replies: 4
Views: 1,309
Posted By Floody
Re: [CSS] custom skin changes hitbox

No, theres no problem before I decompile + recompile.

Firstly, I decompile them by using Crowbar. Afterwards I edit the .qc file with Notepad++ to adjust the paths. Subsequently I recompile the...
Forum: Source Servers (SRCDS) 12-09-2016, 10:46
Replies: 4
Views: 1,309
Posted By Floody
[CSS] custom skin changes hitbox

Whatsup. So, yesterday I decompiled a few skins I'd like to use on my server in order to change the path. Compiled them again and uploaded them.. etc.

But now theres my issue: if I, i.e. use...
Forum: Scripting 03-24-2014, 15:45
Replies: 3
Views: 748
Posted By Floody
Re: Create a vote

Here. Isn't it random who the winner of the vote is?
new winner = 0; if (num_items > 1 && (item_info[0][VOTEINFO_ITEM_VOTES] == item_info[1][VOTEINFO_ITEM_VOTES])) { winner =...
Forum: Scripting 03-24-2014, 14:40
Replies: 3
Views: 748
Posted By Floody
Create a vote

Hello,
I want to create a vote for my plugin. I have 3 options/items to be added in the menu. So it should create a vote where you can choose between 3 options/items and after 30 seconds the winner...
Forum: Scripting 03-22-2014, 17:17
Replies: 7
Views: 1,587
Posted By Floody
Re: SetEntityModel & Model Error

Thank you so much that solved my problem!

If I want to set a skin to a random one do I have to use an array? Like this?
new const String:skinNames[2][ 60 ] =
{
...
Forum: Scripting 03-22-2014, 12:59
Replies: 7
Views: 1,587
Posted By Floody
Re: SetEntityModel & Model Error

Tried that, no changes. sv_pure 0

Edit:I figured out why. The server doesn't work correctly after an restart. When you change the map everything works fine. For example: If someone joins on the...
Forum: Scripting 03-22-2014, 12:46
Replies: 7
Views: 1,587
Posted By Floody
Re: SetEntityModel & Model Error

Oh lol sorry, it's Counter-Strike: Source.

And yes, I can see the model.

Removing "models/" would crash my server.
Forum: Scripting 03-22-2014, 12:16
Replies: 7
Views: 1,587
Posted By Floody
SetEntityModel & Model Error

#define PLUGIN_AUTHOR "Floody"
#define PLUGIN_VERSION "1.0."
#define PLUGIN_URL "http://agtd.de"

#include <sourcemod>
#include <cstrike>
#include <sdktools>
#include <sdkhooks>
...
Forum: SM_Hosties 03-21-2014, 19:33
Replies: 2,851
Views: 1,247,067
Posted By Floody
Re: [CS:S/CS:GO] SM_Hosties (v2.1.0)

Thank you! This worked like a charm. Do I have to do this everytime I want to change the tag?
Forum: SM_Hosties 03-21-2014, 15:56
Replies: 2,851
Views: 1,247,067
Posted By Floody
Re: [CS:S/CS:GO] SM_Hosties (v2.1.0)

I figured out something. If I change the tag in hosties.inc it won't change it. I compiled sm_hosties.sp with this new .inc file but it's still the old tag, yes I also uploaded the new .inc file. I...
Forum: Scripting 03-19-2014, 19:33
Replies: 3
Views: 684
Posted By Floody
Giving weapons from a "list"

Hey
what's wrong with this code? I want to give a player a random weapon. I tried this, didn't work. Anyone has an idea why?

new String:weaponArray[] =
{
"weapon_glock",
...
Forum: SM_Hosties 03-16-2014, 09:28
Replies: 2,851
Views: 1,247,067
Posted By Floody
Re: [CS:S/CS:GO] SM_Hosties (v2.1.0)

A short question: I want to use morecolors so I can use my own tag with a color I want, how can I do this? If I only compile sm_hosties.sp it doesn't work for every file cause I would have to change...
Forum: Scripting 03-16-2014, 07:31
Replies: 5
Views: 2,589
Posted By Floody
Re: [CSS] Block Weapon Pickup

TnTSCS, your ex works like a charm! Thank you!
Forum: Scripting 03-15-2014, 18:06
Replies: 5
Views: 2,589
Posted By Floody
Re: [CSS] Block Weapon Pickup

Nice! It blocks the weapon perfectly, but the timer won't stop. I added this ex to my code, but my timer just won't stop. You have an idea why?
Forum: Scripting 03-15-2014, 16:23
Replies: 5
Views: 2,589
Posted By Floody
[CSS] Block Weapon Pickup

Hey there,
is there anyone out there who has a code which blocks a player who used a command. For example: xy use !test and cannot pick up any weapon for 30 seconds.

Honestly, I have no clue how...
Forum: Scripting 07-17-2013, 20:33
Replies: 2
SQL
Views: 758
Posted By Floody
Re: SQL

Thanks so much! But is there an easier way to do an action only if the client is in the database?
Forum: Scripting 07-17-2013, 13:07
Replies: 2
SQL
Views: 758
Posted By Floody
SQL

Hello,
I am new to SQL in SourcePawn so I want to know something... :-D

I want to print a message to everyone if a player join the game which is in the database and I also want that players which...
Forum: Scripting 06-23-2013, 09:26
Replies: 5
Views: 796
Posted By Floody
Re: Register Command & Use a command just x times

Thanks andi, that's exactly what I am looking for! :)

Maybe you also have a solution for my other problem?

EDIT: Btw. how can I clear this dict on every round start/end?
Forum: Scripting 06-23-2013, 08:58
Replies: 5
Views: 796
Posted By Floody
Re: Register Command & Use a command just x times

This does not work either... changed Handle to String but I'm still getting this error.

Do you know if this would work?
RegConsoleCmd("g_hCommand", myCommand);
Forum: Scripting 06-23-2013, 07:31
Replies: 5
Views: 796
Posted By Floody
Register Command & Use a command just x times

Hello,
I was trying to register a command but I defined it before as a convar, so you can adjust the command according your wishes in the .cfg file. I tried this but I didn't work so far.

I just...
Forum: Plugins 06-13-2013, 13:53
Replies: 2,224
Views: 1,694,446
Posted By Floody
Re: Advertisements 0.6 (Updated 2013/03/08)

Is it possible to add own colors?
Forum: SM_Hosties 05-05-2013, 09:55
Replies: 2,851
Views: 1,247,067
Posted By Floody
Re: [CS:S/CS:GO] SM_Hosties (v2.1.0)

Since the last update for CS:S the colors are messed up. Rebels don't become red and there are no messages anymore with "blah attacked blah because he has a weapon", "blah attacked blah", ect. these...
Forum: Plugins 04-25-2013, 13:38
Replies: 1,919
Views: 776,990
Posted By Floody
Re: [ANY] CallAdmin - Extended Report Mod

I don't even know how I can do this to be honest...
Forum: Plugins 04-24-2013, 14:49
Replies: 1,919
Views: 776,990
Posted By Floody
Re: [ANY] CallAdmin - Extended Report Mod

Hello,
I am trying to figure out why I this TeamSpeak3 Module is not working for me...
Maybe I did something, could be, but I don't think so.
Also if I am opening /notice.php?key=mykey, it's...
Showing results 1 to 25 of 59

 
Forum Jump

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


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