AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting (https://forums.alliedmods.net/forumdisplay.php?f=107)
-   -   new decls for that ??? (https://forums.alliedmods.net/showthread.php?t=340146)

JLmelenchon 10-28-2022 09:25

new decls for that ???
 
Can not find what it is.

decl String:steamId[64];

error 147: new-style declarations are required

Marttt 10-28-2022 09:39

Re: new decls for that ???
 
PHP Code:

char steamId[64]; 

Source: https://wiki.alliedmods.net/SourcePa...itional_Syntax

JLmelenchon 10-28-2022 09:47

Re: new decls for that ???
 
thanks

genoka 01-24-2023 07:43

Re: new decls for that ???
 
Quote:

Originally Posted by Marttt (Post 2791739)
PHP Code:

char steamId[64]; 

Source: https://wiki.alliedmods.net/SourcePa...itional_Syntax

Mine is in the same pattern, but I still get the error.

char url[1024];

error 147: new-style declarations are required

Marttt 01-24-2023 07:54

Re: new decls for that ???
 
Probably you are looking at the wrong line, without full source code I cannot help much more.

EDIT: now that I noticed that is another person lol.

147 is not the line error, is the error number, usually the line error is before that number

PC Gamer 01-25-2023 01:57

Re: new decls for that ???
 
Quote:

Originally Posted by Marttt (Post 2797873)
EDIT: now that I noticed that is another person lol.

At least you responded to a question, so thanks for that. There are far too many members who refuse to respond in these forums in favor of lurking in Discord.


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

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