Company Filesaving problem. [REP+]
#2

pawn Код:
stock CompanyPath(Companies1)
{
    new string[128],Companies1[15];
    format(string,sizeof(string),COMPANYPATH,Companies);
    return string;
}
I just fixed the shadowing variable problem.

pawn Код:
enum Companies
{
    Company1,
    Company2,
    Company3,
    Company4,
    Company5,
    Company6,
    Company7,
    Company8,
    Company9,
    Company10,
    Company11,
    Company12,
    Company13,
    Company14,
    Company15
};
Pointed out two problems that could be the source of these
Reply


Messages In This Thread
Company Filesaving problem. [REP+] - by Chriham3 - 25.10.2011, 22:44
Re: Company Filesaving problem. [REP+] - by SchurmanCQC - 25.10.2011, 22:48
Re: Company Filesaving problem. [REP+] - by Chriham3 - 25.10.2011, 22:50
Re: Company Filesaving problem. [REP+] - by Chriham3 - 27.10.2011, 17:15
Re: Company Filesaving problem. [REP+] - by Kingunit - 27.10.2011, 17:28
Re: Company Filesaving problem. [REP+] - by jonrb - 27.10.2011, 17:29
Re: Company Filesaving problem. [REP+] - by Chriham3 - 27.10.2011, 19:07

Forum Jump:


Users browsing this thread: 2 Guest(s)