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

[CS:GO] -N- Arms Fix [2.0.3 | 2021-01-22]


Post New Thread Reply   
 
Thread Tools Display Modes
TrappaTroopa
Senior Member
Join Date: Feb 2016
Old 04-15-2017 , 08:29   Re: [CS:GO] -N- Arms Fix
Reply With Quote #71

Quote:
Originally Posted by whtevrwt View Post
Post your error log so we can know what exactly is the issue.
I suspect its cuz I cant just drop it in like this but I don't know where to put it.

Quote:
Store_GetClientItemPrice(client, itemid)
{
new uid = Store_GetClientItemId(client, itemid);
if(uid<0)
return 0;

if(g_eClientItems[client][uid][iPriceOfPurchase]==0)
return g_eItems[itemid][iPrice];

return g_eClientItems[client][uid][iPriceOfPurchase];
}
forward void ArmsFix_OnArmsSafe(int client);

forward void ArmsFix_OnModelSafe(int client);


public Store_OnPaymentReceived(FriendID, quanity, Handle:data)
{
LoopIngamePlayers(i)
{
if(GetFriendID(i)==FriendID)
{
Store_SaveClientData(i);

new m_unMod = FriendID % 2;
new m_unAccountID = (FriendID-m_unMod)/2;

decl String:m_szQuery[256];
Format(STRING(m_szQuery), "SELECT * FROM store_players WHERE `authid`=\"%d:%d\"", m_unMod, m_unAccountID);
SQL_TQuery(g_hDatabase, SQLCallback_LoadClientInventory_Credits, m_szQuery, GetClientUserId(i));
break;
}
}
}
Attached Thumbnails
Click image for larger version

Name:	Error.PNG
Views:	196
Size:	20.7 KB
ID:	162150  

Last edited by TrappaTroopa; 04-15-2017 at 08:32.
TrappaTroopa is offline
Abusador
Member
Join Date: Sep 2015
Old 05-02-2017 , 13:36   Re: [CS:GO] -N- Arms Fix
Reply With Quote #72

how to use this fix in zeph store? for playerskins arms.
Abusador is offline
NomisCZ
AlliedModders Donor
Join Date: Mar 2014
Location: Czech_Republic
Old 05-14-2017 , 12:32   Re: [CS:GO] -N- Arms Fix
Reply With Quote #73

New version 1.5!

Update 1.5:
- New method for setting default skins
- New natives: ArmsFix_HasDefaultArms, ArmsFix_SetDefaults
- Compatible with most maps
- Code optimizations

≡ Compilation changes:
→ Please use new n_arms_fix.inc instead of old n_arm_fix.inc
#include <n_arms_fix>
__________________

Last edited by NomisCZ; 05-14-2017 at 12:49.
NomisCZ is offline
e54385991
AlliedModders Donor
Join Date: Aug 2013
Old 05-16-2017 , 16:39   Re: [CS:GO] -N- Arms Fix
Reply With Quote #74

Quote:
Originally Posted by Abusador View Post
how to use this fix in zeph store? for playerskins arms.



https://github.com/e54385991/Store/archive/master.zip zephyrus store fix
compile:sourcemod-1.8.0-git5995




https://github.com/e54385991/Store/b...s.sp#L188-L242


optional:
https://github.com/e54385991/Store/b...ms_fix.sp#L110
__________________

Last edited by e54385991; 05-16-2017 at 22:01.
e54385991 is offline
Send a message via ICQ to e54385991
Byte
Senior Member
Join Date: Jun 2010
Location: 📦 CCSPlayer
Old 05-17-2017 , 07:45   Re: [CS:GO] -N- Arms Fix
Reply With Quote #75

This is pretty sweet, thanks for the share.

Used it to fix an arms glitch I had.
__________________
STEAM: /id/invexbyte | Github: Mo Beigi | Discord: Byte#0017
Community: Invex Gaming | My Plugins: Click Me!

Byte is offline
FantasyKanade
Junior Member
Join Date: Mar 2017
Old 05-20-2017 , 21:15   Re: [CS:GO] -N- Arms Fix
Reply With Quote #76

Quote:
Originally Posted by Byte View Post
This is pretty sweet, thanks for the share.

Used it to fix an arms glitch I had.

How do you fix it. Could you teach me ? tkks
FantasyKanade is offline
Byte
Senior Member
Join Date: Jun 2010
Location: 📦 CCSPlayer
Old 05-21-2017 , 13:32   Re: [CS:GO] -N- Arms Fix
Reply With Quote #77

Quote:
Originally Posted by FantasyKanade View Post
How do you fix it. Could you teach me ? tkks
Um, I have a private plugin which changed model + arms so I used this to 'fix it'.
Depending on what plugins you use (i.e. store, skinchanger) you have to add it to that or use a version with this.
__________________
STEAM: /id/invexbyte | Github: Mo Beigi | Discord: Byte#0017
Community: Invex Gaming | My Plugins: Click Me!

Byte is offline
NomisCZ
AlliedModders Donor
Join Date: Mar 2014
Location: Czech_Republic
Old 05-24-2017 , 12:23   Re: [CS:GO] -N- Arms Fix
Reply With Quote #78

CS:GO Update 23/05/2017 - You don't need to use this plugin. Valve fix it

... perhaps for a long time
__________________

Last edited by NomisCZ; 06-11-2017 at 17:20.
NomisCZ is offline
Kxnrl
AlliedModders Donor
Join Date: May 2015
Old 05-24-2017 , 16:22   Re: [CS:GO] -N- Arms Fix
Reply With Quote #79

valve always doing shit...
http://steamcommunity.com/sharedfile.../?id=932140893
__________________
Kxnrl is offline
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 05-24-2017 , 21:09   Re: [CS:GO] -N- Arms Fix
Reply With Quote #80

Quote:
Originally Posted by Maoling View Post
yes i think we still need the fix
8guawong is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:39.


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