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

Showing results 1 to 25 of 410
Search took 0.01 seconds.
Search: Posts Made By: Indarello
Forum: Plugin/Gameplay Ideas and Requests 01-21-2020, 01:18
Replies: 1
Views: 1,039
Posted By Indarello
Re: [CSGO] Sprays

If you want use stickers, you need to create them manually
https://forums.alliedmods.net/showthread.php?t=237854&page=20
Vmt files, vtf can be found if you open vpk files
Forum: General 01-11-2020, 15:29
Replies: 9
Views: 4,940
Posted By Indarello
Re: CSGO Update [07/01/2020] (Errors/Crash)

It was never required for weapons skins since you can use disable hibernation on empty cvar
Forum: Scripting 01-11-2020, 15:18
Replies: 6
Views: 1,398
Posted By Indarello
Re: Solid props

Some models dont have proper physics data to collide
Make sure they have first with just your player model
Forum: Scripting 01-11-2020, 15:16
Replies: 7
Views: 3,269
Posted By Indarello
Re: OnClientPutInServer

Use 2 sec timer after OnClientPostAdminCheck
Forum: Scripting 01-11-2020, 15:14
Replies: 3
Views: 928
Posted By Indarello
Re: TE_SetupBeamPoints life

If csgo you can use particle
Forum: Scripting 01-07-2020, 14:28
Replies: 1
Views: 752
Posted By Indarello
Re: [CSGO] Deagle 1 bullet, can someone help me fix bug?

https://forums.alliedmods.net/showthread.php?p=2633141
Forum: SourceBans / SourceBans++ 12-31-2019, 07:45
Replies: 1
Views: 5,515
Posted By Indarello
Sourcebans++ Comms error (Invalid data pack position)

[SM] Exception reported: Invalid data pack position, 16 is out of bounds (6)
[SM] Blaming: sbpp_comms.smx
[SM] Call stack trace:
[0] DataPack.Position.set
[1] Line 1510,...
Forum: Scripting 12-30-2019, 03:41
Replies: 4
Views: 1,649
Posted By Indarello
Re: [CS:GO] SetEntityRenderColor - Only visible to specific players

return plugin_handled;
to stop transmit and apply color only once at spawn, not each transmit, becauseit executes too often and I think you dont use other colors then red
Forum: Plugins 12-19-2019, 13:38
Replies: 99
Views: 82,904
Posted By Indarello
Re: [ANY] Snowfall (Configurable Precipitations) (new update 2.0 on 23/12/2016)

https://forums.alliedmods.net/showpost.php?p=2628934&postcount=85
Found that sm_snowfall_type 3 dont work anymore, now need 7
Here is update

Description:
Here is my changed plugin
It is...
Forum: Plugins 11-25-2019, 12:04
Replies: 7
Views: 5,675
Posted By Indarello
Re: [CS:GO] Thanos day for JailBreak

I wasn't working on this since I posted image
So this is just demo code:
It have many bugs/problems
stock CreateParticleThanos(client)
{
new Float:position[3];
TeleportEntity(client,...
Forum: Plugins 10-21-2019, 22:04
Replies: 217
Views: 118,983
Posted By Indarello
Re: [CS:GO] Hats (with editor menu and 3rd person)

This plugin worked badly when you did not update dhooks
Forum: Unapproved Plugins 10-20-2019, 10:16
Replies: 1,862
Views: 1,142,400
Posted By Indarello
Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name

For me it don't work on win home test server, but works good on server hosting with lin
With latest sm and ptah
I think it is ptah problem
Forum: Plugins 10-16-2019, 14:38
Replies: 7
Views: 5,675
Posted By Indarello
Re: [CS:GO] Thanos day for JailBreak

Ok, I will attach everything to work, but for now I made only "demo"
Forum: Plugins 10-15-2019, 10:37
Replies: 7
Views: 5,675
Posted By Indarello
Re: [CS:GO] Thanos day for JailBreak

https://sun9-9.userapi.com/c853420/v853420160/121abd/hR1UiaXt6Xg.jpg
Forum: Plugins 10-14-2019, 14:15
Replies: 1
Views: 1,949
Posted By Indarello
Auto replace files

Automatically replaces one file with another (text), it is necessary mainly after updates when files such as gamemodes.txt are replaced, for example:...
Forum: Scripting 10-12-2019, 03:37
Replies: 3
Views: 1,293
Posted By Indarello
Re: [CS:GO] Grenade Trail

Trail color alpha is 0
Forum: Plugins 09-24-2019, 09:40
Replies: 7
Views: 5,675
Posted By Indarello
Re: [CS:GO] Thanos day for JailBreak

I made lot of skills for wcs server, and I can do all that
I can even make particle skill effects and maybe stone lights on glove (CS:GO Dont support position on model, as far as I tried)
But yes...
Forum: Plugins 09-23-2019, 14:30
Replies: 7
Views: 5,675
Posted By Indarello
Re: [CS:GO] Thanos day for JailBreak

I dont see Infinity Gems power in code
Better set less hp and make power like
1)reality gem - make player weapon into stone and make player chicken with low speed for 5 seconds
2)time gem -...
Forum: Scripting 09-23-2019, 14:09
Replies: 2
Views: 1,497
Posted By Indarello
Re: How to find enemy in the player fov

https://github.com/TiBarification/Jail-Warden-Pro/blob/master/addons/sourcemod/scripting/jwp_pris_counter.sp
Forum: Scripting 08-26-2019, 10:22
Replies: 6
Views: 2,173
Posted By Indarello
Re: Getting random place on map

If you need random place to spawn there is cvar mp_randomspawn
but still it have bugs like spawn on roof.

If you need place even in wall, you can get coord by yourself or use metod from plugin...
Forum: Scripting 08-19-2019, 08:31
Replies: 2
Views: 1,622
Posted By Indarello
Re: Hook buymenu out of buyzone

How you can hook buymenu if player cant open it out of buyzone?
GetEntProp(client, Prop_Send, "m_bInBuyZone")
Forum: Scripting 08-18-2019, 13:19
Replies: 8
Views: 1,877
Posted By Indarello
Re: [CS:GO] Modifying logic_case

Maybe somebody will search for this tread some day, like me today
This worked for me:


public void OnEntityCreated(int iEntity, const char[] classname)
{
if(mikimap) ...
Forum: Scripting 08-15-2019, 06:35
Replies: 4
Views: 1,711
Posted By Indarello
Re: Panorma menu csgo

Because there is no event, nothing is possible since panorama
Forum: Scripting 08-08-2019, 13:56
Replies: 3
Views: 1,519
Posted By Indarello
Re: [CSGO] Setting player money doesn't work for me

mp_backup_round_file ""
mp_backup_round_file_last ""
mp_backup_round_file_pattern ""
mp_backup_round_auto "0"
Forum: Scripting 08-07-2019, 03:59
Replies: 4
Views: 2,044
Posted By Indarello
Showing results 1 to 25 of 410

 
Forum Jump

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


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