View Single Post
disawar1
AlliedModders Donor
Join Date: Aug 2011
Location: Russian
Old 09-12-2018 , 13:11   Re: TOGs SourcePawn Syntax Converter [MS Excel Based for now]
Reply With Quote #57

Hi there. Here the bug report.

Before
PHP Code:
Float:vOrg[3] = {0.00.00.0}
static 
count 
After
PHP Code:
// Invalid syntax
float vOrg[3] = {0.0int 0.0int 0.0}
static 
count 
Valid syntax
PHP Code:
float vOrg[3] = {0.00.00.0}
static 
int count 
__________________
disawar1 is offline