AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Snippets and Tutorials (https://forums.alliedmods.net/forumdisplay.php?f=112)
-   -   TOGs SourcePawn Syntax Converter [MS Excel Based for now] (https://forums.alliedmods.net/showthread.php?t=290805)

Merc1less 01-16-2021 07:15

Re: TOGs SourcePawn Syntax Converter [MS Excel Based for now]
 
Keep getting an error while converting in Sub "OverrideFunctionType" when it comes to "a_sSplit(UBound(a_sSplit) - 1)", cause there are not items in "a_sSplit".

So I changed this part to:
"UBoundSize = UBound(a_sSplit)
If UBoundSize > 0 Then
sExistingType = a_sSplit(UBoundSize - 1)".

Hope, that is okay and works like mentioned.

eyal282 05-15-2023 06:14

Re: TOGs SourcePawn Syntax Converter [MS Excel Based for now]
 
GetArrayString(Handle ActionBar[client], pos, actionpos, sizeof(actionpos));

I'm not entirely sure what would cause this, when used on

https://github.com/iammyka/left-4-de...ing/rum_rpg.sp

Seems out of place.


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

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