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

Showing results 1 to 25 of 40
Search took 0.01 seconds.
Search: Posts Made By: EngHell
Forum: Scripting 11-12-2015, 18:37
Replies: 4
Views: 930
Posted By EngHell
Forum: Scripting 11-12-2015, 00:33
Replies: 4
Views: 930
Posted By EngHell
[HELP][CSGO]Server crashing when player tags another player with knife second click

[CSGO]
It only crashes when its a second click hit, not the first click, also theres no logs at sourcemod/logs and csgo/logs
Theres the code:

public Action:EventPlayerHurt(Handle:event, const...
Forum: Scripting 08-20-2015, 20:34
Replies: 3
Views: 726
Posted By EngHell
Re: [CSGO] Guns with properties of another guns

Thanks! I'll be playing with this for a while and see if I can get what I'm looking for
Forum: Scripting 08-20-2015, 11:41
Replies: 3
Views: 726
Posted By EngHell
[CSGO] Guns with properties of another guns

I was playing in a community server when i saw a Deagle Round, those deagles had the recoild of a deagle but when you shot them they made the noise of an awp and its damage.

I'm a bit curious how...
Forum: Scripting 08-19-2015, 01:25
Replies: 18
Views: 4,395
Posted By EngHell
Re: plugin.sp(31) : error 037: invalid string (possibly non-terminated string)

I didn't know that Unicode is not supported in Sourcemod, that's weird Unicode has been starting to be a standard since 2012
Forum: Scripting 08-18-2015, 17:42
Replies: 3
Views: 719
Posted By EngHell
Re: [CS:GO] No changemap bug

I had this issue many times, and most of them was due to a broken connection to Steam Workshop (talking about workshop collection and maps) Restart your server might fix the broken connection, at...
Forum: Scripting 08-18-2015, 17:36
Replies: 12
Views: 2,552
Posted By EngHell
Re: [PAID][CS:GO] Firewall for my server

HI i'd like to drop you a TIP usually software firewall works for small DDoS, but an in-game firewall wouldn't be doing too much since the packets already hit your gamserver which means there will be...
Forum: General 07-06-2015, 14:53
Replies: 2
Views: 572
Posted By EngHell
Re: [Question]Sourcemod minimal installation

Thanks :D sorry sometimes im bad at google
Forum: General 07-04-2015, 22:39
Replies: 2
Views: 683
Posted By EngHell
Re: [ cs:go ] ze mode

I'm unsure about this, but last time i read sdkhooks come by default with sourcemod since 1.5+ IDK, try with the lastest sourcemod snapshot
Forum: General 07-04-2015, 22:28
Replies: 2
Views: 572
Posted By EngHell
[Question]Sourcemod minimal installation

Hi, Thanks for your time.

I have been wondering which plugins of the sourcemod normal installation can be deactivated.
Because we (my community) are looking to do a tournament, with 2 or 3...
Forum: Scripting 06-06-2015, 12:17
Replies: 26
Views: 43,741
Posted By EngHell
Re: [CS:GO] Fixing Chat Colors

Imma code something which need colors, does colors.inc work with the csgo now? the last time i saw, it wasn't giving more than 3 colors..
Forum: Plugins 05-17-2015, 20:38
Replies: 606
Views: 309,077
Posted By EngHell
Re: [CS:GO] Web Shortcuts CS:GO version v2.3

he means when you change the map you can see again the motd again, i think its a problem with the way csgo handle the motd, i have a server with v2.0 and all was fine, until the optional update,...
Forum: Plugins 05-17-2015, 02:47
Replies: 606
Views: 309,077
Posted By EngHell
Re: [CS:GO] Web Shortcuts CS:GO version v2.3

V2.3 You can only open one motd, after it the motd gets broken, no output at console.
Forum: Source Servers (SRCDS) 05-15-2015, 19:19
Replies: 1
Views: 3,435
Posted By EngHell
[CSGO] Workshop won't download maps just make the folders

Hello i have a strange issue there, i have set everything well for use the workshop in a CSGO server.
But it only makes the folder workshop and folders named as the map ids but not files inside.
...
Forum: Scripting 01-30-2015, 11:42
Replies: 13
Views: 3,589
Posted By EngHell
Re: how to restrict deagle on awp maps

Imma update my plugin then :D
Forum: Scripting 01-28-2015, 15:34
Replies: 13
Views: 3,589
Posted By EngHell
Re: how to restrict deagle on awp maps

But if you create a cell holding the weapon
new weapon = GetPlayerWeaponSlot(client,1);

then use it with
RemovePlayerItem(client, weapon)

and then
RemoveEdict(weapon)

It works great,...
Forum: Scripting 01-26-2015, 17:41
Replies: 20
Views: 3,555
Posted By EngHell
Re: How to hook on late load? [Solved]

That's the way how i feel, i was thinking on write at least 30 minutes per day for the wiki, but then that feel of i'm too noob to do this.. But anyways ill write :D, and yes i though unhook things...
Forum: Scripting 01-26-2015, 17:33
Replies: 13
Views: 3,589
Posted By EngHell
Re: how to restrict deagle on awp maps

I have done this some weeks ago for my server, may it's not the best way idk, but it works very well ;D
Forum: Scripting 01-25-2015, 20:32
Replies: 20
Views: 3,555
Posted By EngHell
Re: How to hook on late load?

Then This code isn't needed?

public OnClientDisconnect(client) {
SDKUnhook(client, SDKHook_WeaponCanUse, BlockPickup);
}
Forum: Scripting 01-25-2015, 16:34
Replies: 20
Views: 3,555
Posted By EngHell
Re: How to hook on late load?

Thanks, it did the job well, but if I unload the plugin, should I close the hooks? An if yes, what's the best way to do it?
Forum: Scripting 01-25-2015, 15:29
Replies: 20
Views: 3,555
Posted By EngHell
How to hook on late load? [Solved]

I have done this to hook the players picking items when theres a knife round, everything is working fine except it let players get droped items, but since i did a late load of the plugin, i think...
Forum: Scripting 01-24-2015, 21:31
Replies: 15
Views: 22,614
Posted By EngHell
Re: [CS:GO] HUD colors

I'm going to update and make some new articles on the wiki, but i think as much of us, we don't cause we think we are going to get something like "you are too newbie to update this and this" from the...
Forum: Scripting 01-24-2015, 13:21
Replies: 7
Views: 1,515
Posted By EngHell
Re: [CSGO] Client_GiveWeaponAndAmmo

It's because the taser goes as 2 slot weapo, a meely one, then yo do this:
public Action:taser(client, args)
{

Client_GiveWeaponAndAmmo(client, "weapon_taser", 2, 90)

return...
Forum: Scripting 01-24-2015, 12:23
Replies: 15
Views: 22,614
Posted By EngHell
Re: [CS:GO] HUD colors

I was having this doubt about the hint text, cause I researched and there is not much info about it, I think we should start to update the wiki with some new info ;D
Forum: Scripting 01-23-2015, 20:37
Replies: 10
Views: 1,832
Posted By EngHell
Re: [HELP] SetMenuTitle String fromatted incorrectly

I have already did it, then there's not a classic way of get this :(

Unless i install a local srds, which will be the simplest then
Showing results 1 to 25 of 40

 
Forum Jump

All times are GMT -4. The time now is 10:32.


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