10.11.2016, 17:55
Hello
Errors :
Code:
Thanks
Yaa
Errors :
PHP код:
D:\pawno-master\include\SAPData/Config.json(31) : error 006: must be assigned to an array
D:\pawno-master\include\SAPData/Config.json(32) : error 006: must be assigned to an array
D:\pawno-master\include\SAPData/Config.json(33) : error 006: must be assigned to an array
D:\pawno-master\include\SAPData/Config.json(34) : error 006: must be assigned to an array
PHP код:
enum ServerConfig
{
gameModeText,
serverName,
serverForum,
serverWebsite,
ircBot1,
ircBot2,
ircServer
};
new Server[ServerConfig];
public jsonInit()
{
Server[gameModeText] = "SAP 7.1 REVO";
Server[serverName] = "San Andreas Playground";
Server[serverForum] = "forum.saplayground.com";
Server[serverWebsite] = "saplayground.com";
/*Server[ircBot1] = "StrikerX";
Server[ircBot2] = "ZeroX";
Server[ircServer] = "irc.gtanet.com";*/
return (true);
}
Yaa