Page 1 of 1
How to put Influence in my own plugin?
Posted: 29 May 2022, 03:47
by OMDGDeveloper
I've tried my best, i also put everytime ( "influence park":10, )
But it doesn't work. It appears the error.log screen. Can someone help me?

Re: How to put Influence in my own plugin?
Posted: 29 May 2022, 04:04
by Naufhal
Show Your JSON. What are because.
Re: How to put Influence in my own plugin?
Posted: 29 May 2022, 16:20
by OMDGDeveloper
Replying to
@Naufhal : here it is. Tell me if something is wrong. Of course, just only if you want.
Re: How to put Influence in my own plugin?
Posted: 29 May 2022, 16:29
by Kulche
Remove the trailing comma.
Re: How to put Influence in my own plugin?
Posted: 29 May 2022, 16:40
by OMDGDeveloper
Replying to
@Kulche : Unfortunately it still didn't work, oh, and to remember
, I'm Brazilian, so the "cancel" button is in Portuguese (

)
Re: How to put Influence in my own plugin?
Posted: 29 May 2022, 16:45
by Kulche
I need your code.
Re: How to put Influence in my own plugin?
Posted: 29 May 2022, 16:49
by Naufhal
You missing a comma in build time code!
Re: How to put Influence in my own plugin?
Posted: 29 May 2022, 17:20
by OMDGDeveloper
Replying to
@Kulche : Here it is.
Re: How to put Influence in my own plugin?
Posted: 30 May 2022, 14:11
by CommanderABab
Code: Select all
[
{
"id": "$pcw_leacfc55b9b900",
"type": "award",
"author": "The PluginCWebsite v3., LobbyJustAnyone & OMDG Developer",
"width": 1,
"height": 1,
"frames": [{"bmp": "Statue Num101.png"}],
"title": "Statue with flowers",
"text": "Your habitants love to see some flowers.",
"price": 12,
"monthly price": 5,
"bulldoze price": 2,
"build time": 4,
"influence park": 12
}
]