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

Showing results 1 to 10 of 10
Search took 0.00 seconds.
Search: Posts Made By: Lord_SAmMY
Forum: Scripting 06-29-2017, 03:51
Replies: 5
Views: 4,435
Posted By Lord_SAmMY
Re: [CSGO] Change clip/ammo size

I already tested and its not only a visual bug. If i am reloading again, its subtracted from resetted default max size. Also m_iPrimaryReserveAmmoCount contains the new resetted amount.
My included...
Forum: Scripting 06-28-2017, 11:02
Replies: 7
Views: 2,206
Posted By Lord_SAmMY
Re: [CS GO] Bug with glowing

This information was missing :)

Did you try this:

LogError("Create weapon ",i);
if(g_iGameState!=STATE_WARMUP)
{
SetSkin(i);
}
SetGlowing(index);
Forum: Scripting 06-28-2017, 09:24
Replies: 7
Views: 2,206
Posted By Lord_SAmMY
Re: [CS GO] Bug with glowing

I think it would be interesting to see the source of your coordinates.

How they got written
How they got loaded


Btw did you try to comment out DispatchKeyValueVector(index, "origin",...
Forum: Scripting 06-28-2017, 09:15
Replies: 3
Views: 1,025
Posted By Lord_SAmMY
Re: [CSGO] Get grenade id from grenade projectile

If i am correct, grenade entity is despawned on throw/detonation.
You can get the thrower from projectile, if this helps?

int owner = GetEntPropEnt(ent, Prop_Send, "m_hThrower");
Forum: Scripting 06-28-2017, 04:29
Replies: 5
Views: 4,435
Posted By Lord_SAmMY
Re: [CSGO] Change clip/ammo size

Nobody an idea? :cry:
Forum: Scripting 06-23-2017, 11:47
Replies: 4
Views: 878
Posted By Lord_SAmMY
Re: [CSGO] multiple sounds behavior

Same problem as before.


Thanks this fixed my issue! :)
Forum: Scripting 06-23-2017, 07:11
Replies: 4
Views: 878
Posted By Lord_SAmMY
Re: [CSGO] multiple sounds behavior

Oh nice thanks, i did not find this solution anywhere. I will try it as soon as i can.


Right.

For knowledge, what does speakerentity?
Forum: Scripting 06-23-2017, 04:38
Replies: 4
Views: 878
Posted By Lord_SAmMY
[CSGO] multiple sounds behavior

Hi,

i cannot play two sound files at once. I know about different channels.
I tried different combinations, but no success:


Ambient sound on SNDCHAN_VOICE and other sounds on SNDCHAN_AUTO
...
Forum: Scripting 06-21-2017, 05:41
Replies: 5
Views: 4,435
Posted By Lord_SAmMY
Re: CSGO modifying ammo

This is not working in csgo since 2015.
They updated their reserve ammo handling.
Forum: Scripting 06-21-2017, 04:06
Replies: 5
Views: 4,435
Posted By Lord_SAmMY
[CSGO] Change clip/ammo size

Hey everyone!
I tried to change weapons ammo.

Setting clip:
SetEntProp(wpid, Prop_Send, "m_iClip1", clipAmmo);

Setting reserve:
SetEntProp(wpid, Prop_Send, "m_iPrimaryReserveAmmoCount",...
Showing results 1 to 10 of 10

 
Forum Jump

All times are GMT -4. The time now is 19:07.


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