You see problem?
#2

pawn Код:
cPanel()
{
    new ServerStats[1024];
    format(ServerStats,sizeof(ServerStats), embed_white"ConnectMessages\t%s\n\
                                            "
embed_white"AutoLogin\t\t%s\n\
                                            "
embed_white"AllowGodMode\t\t%s\n\
                                            "
embed_white"WatchPms\t\t%s",
                                            ServerInfo[ConnectMessages]     ? (""embed_green"Enabled") : (""embed_orange"Disabled"),
                                            ServerInfo[AutoLogin]           ? (""embed_green"Enabled") : (""embed_orange"Disabled"),
                                            ServerInfo[AllowGodMode]        ? (""embed_green"Enabled") : (""embed_orange"Disabled"),
                                            ServerInfo[WatchPms]            ? (""embed_green"Enabled") : (""embed_orange"Disabled"));
    return ServerStats;
}
You forgot a ")".
Reply


Messages In This Thread
You see problem? - by SpiderWalk - 31.03.2012, 09:56
Re: You see problem? - by Unte99 - 31.03.2012, 09:59
Re: You see problem? - by Reklez - 31.03.2012, 10:00
Re: You see problem? - by Unte99 - 31.03.2012, 10:02
Re: You see problem? - by Reklez - 31.03.2012, 10:02
Re: You see problem? - by Lorenc_ - 31.03.2012, 10:26

Forum Jump:


Users browsing this thread: 1 Guest(s)