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

SOLVED


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
ByDexter
Member
Join Date: Apr 2019
Location: Turkey (Istanbul)
Old 07-19-2019 , 05:47   SOLVED
Reply With Quote #1

SOLVED

Last edited by ByDexter; 05-21-2021 at 07:00. Reason: SOLVED
ByDexter is offline
nosoop
Veteran Member
Join Date: Aug 2014
Old 07-19-2019 , 06:34   Re: [CS:GO] fatal error 186: insufficient memory
Reply With Quote #2

Code:
beacoord[2] = .2920.40000005+0(coord[2], 20);
I'm pretty sure this isn't valid SourcePawn for multiple reasons (number with a leading period, 0 being invoked as a function call with coord[2] and 20 as arguments).

What are you trying to do here? If this is decompiler output, what do you expect to happen?
__________________
I do TF2, TF2 servers, and TF2 plugins.
I don't do DMs over Discord -- PM me on the forums regarding inquiries.
AlliedModders Releases / Github / TF2 Server / Donate (BTC / BCH / coffee)

Last edited by nosoop; 07-19-2019 at 06:39.
nosoop is offline
ByDexter
Member
Join Date: Apr 2019
Location: Turkey (Istanbul)
Old 07-19-2019 , 07:28   Re: [CS:GO] fatal error 186: insufficient memory
Reply With Quote #3

I didn't decompile, but I couldn't find a solution
ByDexter is offline
Timocop
AlliedModders Donor
Join Date: Mar 2013
Location: Germany
Old 07-19-2019 , 09:39   Re: [CS:GO] fatal error 186: insufficient memory
Reply With Quote #4

nosoop is right, this is decompiled code. Decompiled code is not meant to recompile.

PHP Code:
beacoord[2] = .2920.40000005+0(coord[2], 20); <688
is supposed to be
PHP Code:
beacoord[2] = coord[2] + 20 
and
PHP Code:
radius[client] = 1123680256
is
PHP Code:
radius[client] = 125.0
also
PHP Code:
radius2[client] = radius[client][1.0]; 
seems incorrect too.
__________________

Last edited by Timocop; 07-19-2019 at 09:43.
Timocop 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 13:02.


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