Raised This Month: $7 Target: $400
 1% 

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: ESK0
Forum: Scripting 06-07-2021, 04:47
Replies: 4
Views: 839
Posted By ESK0
Re: How to use CheckCommandAcces

https://sourcemod.dev/#/console/function.CheckCommandAccess everything is explained here.
Forum: Unapproved Plugins 04-08-2021, 06:57
Replies: 1,861
Views: 1,131,130
Posted By ESK0
Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name

Server does not use .sp file. .sp file is only source file. SourceMod actually use .smx files in plugins folder. You need to compile your modified .sp file with spcomp/compile to get a new .smx file...
Forum: Scripting 01-19-2021, 04:42
Replies: 7
Views: 1,262
Posted By ESK0
Re: [CS:GO] Weapon goes through solid wall

Does your model have collision model?
Forum: Scripting 01-08-2021, 18:04
Replies: 3
Views: 922
Posted By ESK0
Re: Help fix this plugin plz

This is my very old game mode :) Looks like someone put everything in 1 file.. :) as I can see, you miss some code :)
Forum: Unapproved Plugins 12-07-2020, 12:31
Replies: 380
Views: 195,188
Posted By ESK0
Re: [CS:GO] Weapon Stickers (!stickers)

Nevermind :) I wil release my sticker plugin for free :)
Forum: Unapproved Plugins 12-06-2020, 16:48
Replies: 380
Views: 195,188
Posted By ESK0
Re: [CS:GO] Weapon Stickers (!stickers)

I dont think you will do it :) but what ever :) Keep forcing people to use eItems with performance bugs, etc. :)
Forum: Unapproved Plugins 12-06-2020, 16:47
Replies: 380
Views: 195,188
Posted By ESK0
Re: [CS:GO] Weapon Stickers (!stickers)

This is becouse he is using forked version of my eItems :) and he had to add stickers manually :)

https://i.imgur.com/zMe10lA.png
Forum: Unapproved Plugins 12-05-2020, 17:39
Replies: 380
Views: 195,188
Posted By ESK0
Re: [CS:GO] Weapon Stickers (!stickers)

Everyone can use eItems for free :) Details are on my Discord
Forum: Scripting 11-18-2020, 16:03
Replies: 29
Views: 9,388
Posted By ESK0
Re: [ANY/CSGO] cutlrbtree overflow, memory access

Linux: \x55\x89\xE5\x56\x53\x83\xEC\x10\x8B\x75\x08\x8D\x46\x04
Windows: \x55\x8B\xEC\x83\xEC\x0C\x8D\x45\x08 (not sure)
Forum: Unapproved Plugins 09-10-2020, 08:58
Replies: 380
Views: 195,188
Posted By ESK0
Re: [CS:GO] Weapon Stickers (!stickers)

uh.. something got wrong on our end.. :/ sorry :D But yes,, :) you can use outdated version of eItems and not up to date items.json
Forum: Unapproved Plugins 09-07-2020, 03:05
Replies: 46
Views: 27,604
Posted By ESK0
Forum: Unapproved Plugins 09-06-2020, 07:36
Replies: 1,861
Views: 1,131,130
Posted By ESK0
Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name

Edit this from sm_knife to sm_dao
https://github.com/kgns/weapons/blob/master/addons/sourcemod/scripting/weapons.sp#L96
Forum: Unapproved Plugins 09-01-2020, 18:43
Replies: 46
Views: 27,604
Posted By ESK0
Forum: Unapproved Plugins 08-31-2020, 15:46
Replies: 46
Views: 27,604
Posted By ESK0
Re: [CS:GO] eItems API (CSGOItems replacement) | Ver: 0.10

https://forums.alliedmods.net/showpost.php?p=2716153&postcount=34
Forum: Unapproved Plugins 08-31-2020, 13:04
Replies: 46
Views: 27,604
Posted By ESK0
Re: [CS:GO] eItems API (CSGOItems replacement) | Ver: 0.10

API moved to different URL :) Working on plugin update.
Forum: Unapproved Plugins 08-25-2020, 15:21
Replies: 46
Views: 27,604
Posted By ESK0
Re: [CS:GO] eItems API (CSGOItems replacement) | Ver: 0.10

Updated to 0.10

- Added eItems_HasRareInspectByDefIndex native
- Added eItems_HasRareDrawByDefIndex native
- Added eItems_GetRareInspectSequenceByDefIndex native
- Added...
Forum: Unapproved Plugins 08-23-2020, 08:54
Replies: 46
Views: 27,604
Posted By ESK0
Re: [CS:GO] eItems API (CSGOItems replacement) | Ver: 0.9

Updated to 0.9

- Added language selection in config file
- Equip animation can be re-enabled in GiveWeapon and RespawnWeapon functions
- Added eItems_IsNativeSkinByDefIndex native
Forum: Unapproved Plugins 08-20-2020, 06:47
Replies: 46
Views: 27,604
Posted By ESK0
Re: [CS:GO] eItems API (CSGOItems replacement) | Ver: 0.8

You are not able, those natives will only give you informations as a name, def id, coin set, etc.. I do not provide functions which fakes client's inventory.
Forum: Unapproved Plugins 08-17-2020, 01:27
Replies: 1,861
Views: 1,131,130
Posted By ESK0
Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name

Map weapons support is really easy thing to implement, few lines of code.
Forum: Plugin/Gameplay Ideas and Requests 07-22-2020, 04:25
Replies: 4
Views: 826
Posted By ESK0
Re: [CS-GO] Chat write bot

Poor Silvers... howbout my https://forums.alliedmods.net/showthread.php?t=248314 ?

Its not good enough for you ? :P
Forum: Unapproved Plugins 07-21-2020, 17:39
Replies: 1,861
Views: 1,131,130
Posted By ESK0
Forum: Unapproved Plugins 07-21-2020, 04:34
Replies: 46
Views: 27,604
Posted By ESK0
Re: [CS:GO] eItems API (CSGOItems replacement) | Ver: 0.8

Probably use:

https://github.com/ESK0/eItems/blob/master/include/eItems.inc#L77
https://github.com/ESK0/eItems/blob/master/include/eItems.inc#L239 with...
Forum: Scripting 06-24-2020, 06:39
Replies: 3
Views: 738
Posted By ESK0
Re: Warnings?:( Help please :D

Hey,

Come and join our CZ/SK Sourcemod Discord :) We can help you there. https://discord.gg/Qvar55a
Forum: Scripting 05-25-2020, 02:05
Replies: 18
Views: 2,891
Posted By ESK0
Re: How to set Physics Properties on custom model ?

Check your phys model in model viewer in CSGO SDK
Forum: Unapproved Plugins 05-15-2020, 04:12
Replies: 99
Views: 40,806
Posted By ESK0
Re: Removed

Older version of this

Po5vc5I0L2Y
Showing results 1 to 25 of 500

 
Forum Jump

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


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