Raised This Month: $32 Target: $400
 8% 

error 001: expected token: "-identifier-", but found ","


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
ibrhmtpskl
Junior Member
Join Date: Sep 2022
Old 06-05-2023 , 09:22   error 001: expected token: "-identifier-", but found ","
Reply With Quote #1

Help me friends

Code:
328 Float:operator*(Float:,_:)(Float:oper1, oper2)
{
	return oper1 * float(oper2);
}

Float:operator*(Float:,_:)(Float:oper1, oper2)
{
	return oper1 * float(oper2);
}

Float:operator+(Float:,_:)(Float:oper1, oper2)
{
	return oper1 + float(oper2);
}

Float:operator+(Float:,_:)(Float:oper1, oper2)
{
	return oper1 + float(oper2);
}

bool:operator<(Float:,_:)(Float:oper1, oper2)
{
	return oper1 < float(oper2);
}

bool:operator<(Float:,_:)(Float:oper1, oper2)
{
	return oper1 < float(oper2);
}
Attached Thumbnails
Click image for larger version

Name:	adsız.png
Views:	27
Size:	28.0 KB
ID:	200779  
ibrhmtpskl is offline
Grey83
Veteran Member
Join Date: Dec 2014
Location: Ukraine
Old 06-05-2023 , 09:53   Re: error 001: expected token: "-identifier-", but found ","
Reply With Quote #2

delete the presented lines, because they are not needed for the decompiled plugin to work
__________________
Grey83 is offline
ibrhmtpskl
Junior Member
Join Date: Sep 2022
Old 06-05-2023 , 15:24   Re: error 001: expected token: "-identifier-", but found ","
Reply With Quote #3

Quote:
Originally Posted by Grey83 View Post
delete the presented lines, because they are not needed for the decompiled plugin to work


deleted it gave new errors
ibrhmtpskl is offline
Reply


Thread Tools
Display Modes

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 00:06.


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