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

Showing results 1 to 25 of 189
Search took 0.01 seconds.
Search: Posts Made By: InB
Forum: Plugin/Gameplay Ideas and Requests 10-20-2014, 02:13
Replies: 6
Views: 1,136
Posted By InB
Re: Plugin request Autoban

Nice description, really funny. Thank you for making my day.
Forum: Scripting 10-19-2014, 13:25
Replies: 2
Views: 711
Posted By InB
Re: Some commands don't do anything?

Flag "O" doesn't give you admin access, that's why when you type !admin nothing happens.

Also if you're giving them ranks make sure they aren't in admin_simple.ini
Forum: Plugin/Gameplay Ideas and Requests 10-19-2014, 13:15
Replies: 14
Views: 2,357
Posted By InB
Re: Turn To Gold

Can you please give out more info?
Forum: Plugin/Gameplay Ideas and Requests 10-18-2014, 14:37
Replies: 7
Views: 1,467
Posted By InB
Re: Logo Overlay

Im guessing it not capable with tf2 or it's either you weren't using a .vmt and .vtf files.
Forum: Scripting 10-17-2014, 22:03
Replies: 9
Views: 1,593
Posted By InB
Re: Lines in SQL Table

here (https://wiki.alliedmods.net/SQL_%28SourceMod_Scripting%29), i think.
Forum: Plugin/Gameplay Ideas and Requests 10-17-2014, 13:02
Replies: 7
Views: 1,467
Posted By InB
Re: Logo Overlay

Make an image with a transparent background and place the image on the corner you want. (Not really sure if this will work, but it's worth a try.)

MAKE SURE TO CONVERT THE IMAGE INTO .vtf and .vmt...
Forum: Plugin/Gameplay Ideas and Requests 10-17-2014, 12:45
Replies: 7
Views: 1,467
Posted By InB
Re: Logo Overlay

Make it appear when Client joins the game,

or just remove the event "round_start" since it's the one making it go away.
Forum: Plugin/Gameplay Ideas and Requests 10-17-2014, 12:44
Replies: 3
Views: 1,044
Posted By InB
Re: [dota2] Willing to paid to get dedicate server to work

What do you mean it doesn't work? ( Telling this can get others to help you for free )

It won't go online?
It start?
ect,

also are you hosting this on your computer or a company is hosting it?
Forum: Plugin/Gameplay Ideas and Requests 10-17-2014, 12:37
Replies: 7
Views: 1,467
Posted By InB
Re: Logo Overlay

You're probably talking about this. (https://forums.alliedmods.net/showthread.php?p=1258365)
Just change the overlay to your likings.
Forum: Scripting 10-16-2014, 20:02
Replies: 6
Views: 1,362
Posted By InB
Re: Forcing a round end?

for cs:s try CS_TerminateRound
Forum: Plugin/Gameplay Ideas and Requests 10-12-2014, 14:39
Replies: 1
Views: 422
Posted By InB
Re: how to hve cfg file execute after each versus round

This??

#include <sourcemod>

public OnPluginStart()
{
HookEvent("round_start", RoundStart)
}

public Action:RoundStart(Handle:Event, const String:Name[], bool:Broadcast)
Forum: Plugin/Gameplay Ideas and Requests 10-09-2014, 16:38
Replies: 6
Views: 1,227
Posted By InB
Re: [help] plugin error compile please save me

Just replace 20 with the amount of seconds you want the menu to stay open, on
new MENU_TIME_1 = 20;

#include <sourcemod>
#include <sdktools>
#include <cstrike>
#include <colors>

new...
Forum: Plugin/Gameplay Ideas and Requests 10-08-2014, 20:51
Replies: 6
Views: 1,334
Posted By InB
Re: End round sound for arena servers

https://forums.alliedmods.net/showthread.php?p=694273 ?
Forum: Plugin/Gameplay Ideas and Requests 10-08-2014, 20:25
Replies: 6
Views: 1,227
Posted By InB
Re: [help] plugin error compile please save me

We can't help unless you add in the script.
or you can post the codes from line 35-80
Forum: Plugins 03-20-2013, 20:24
Replies: 22
Views: 12,787
Posted By InB
Re: [CS:S]Trusted Menu v2.1 (2013-3-16)

I'm only familiar with coding MySQL, unless you tell the code difference between SQLite and MySQL.
Forum: Plugins 03-16-2013, 20:55
Replies: 22
Views: 12,787
Posted By InB
Re: [CS:S]Trusted Menu v2.1 (2013-2-28)

*****UPDATED*****
2013-3-16 (v2.1) -
-Fixed Logs & Chats
-Fixed Chat Commands
-Added ConVars
-Added Private Chat for Trusted

ADDED :D
Forum: Scripting 03-16-2013, 19:02
Replies: 3
Views: 759
Posted By InB
Re: What's the problem with this?

oh... wow thank you so much!
Forum: Scripting 03-16-2013, 16:13
Replies: 3
Views: 759
Posted By InB
What's the problem with this?

Im trying to fix the Trusted menu because it has lots of bugs,
and one of my biggest problem is that "client" doesn't seem to work.

I mean like if you look through this code it won't...
Forum: Plugins 02-28-2013, 23:35
Replies: 22
Views: 12,787
Posted By InB
Re: [CS:S]Trusted Menu v2.0 (2013-2-28)

***UPDATED***
2013-2-28 (v2.0 -
-Added Logs
-Added Chat Commands
Forum: Plugins 02-28-2013, 22:00
Replies: 22
Views: 12,787
Posted By InB
Re: [CS:S]Trusted Menu v1.0 (2013-2-13)

What kind of Voting Commands?
And i can make a ConVar That enable/disable each commands.
Forum: Scripting 02-24-2013, 15:03
Replies: 2
Views: 807
Posted By InB
Re: How to remove admins from menu?

tried it but it doesn't work? any other ideas?
Forum: Scripting 02-24-2013, 01:51
Replies: 2
Views: 807
Posted By InB
How to remove admins from menu?

How do i remove the person that has the flag Admin_Generic from the menu?

new Handle:menu = CreateMenu(SlayHandle);
SetMenuTitle(menu, "Select Player");

for (new i = 1; i <=...
Forum: Plugins 02-19-2013, 11:18
Replies: 22
Views: 12,787
Posted By InB
Re: [CS:S]Trusted Menu v1.0 (2013-2-13)

Not sure if this is compatible with csgo but im sure it should work.. I think.

I can make a ConVar that will enable/disable map change.
Forum: Plugins 02-16-2013, 13:33
Replies: 22
Views: 12,787
Posted By InB
Re: [CS:S]Trusted Menu v1.0 (2013-2-13)

Got it should it say
SteamId kicked by player SteamId
or Name kicked player Name.
Forum: Plugins 02-16-2013, 12:15
Replies: 22
Views: 12,787
Posted By InB
Re: [CS:S]Trusted Menu v1.0 (2013-2-13)

Not sure what you guys are talking about?
Showing results 1 to 25 of 189

 
Forum Jump

All times are GMT -4. The time now is 16:41.


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