error 079: inconsistent return types (array & non-array)
#3

pawn Code:
stock HouseFile(houseid)
{
    new string[10];
    format(string, sizeof(string), HOUSEPATH, houseid);
    if(!fexist(string)) string = " ";
    return string;
}
Reply


Messages In This Thread
error 079: inconsistent return types (array & non-array) - by Stefans94 - 02.10.2011, 10:53
Re: error 079: inconsistent return types (array & non-array) - by Jafet_Macario - 02.10.2011, 11:03
Re: error 079: inconsistent return types (array & non-array) - by Pharrel - 02.10.2011, 11:05
Re: error 079: inconsistent return types (array & non-array) - by Stefans94 - 02.10.2011, 11:19
Re: error 079: inconsistent return types (array & non-array) - by GTLS - 18.05.2015, 07:34

Forum Jump:


Users browsing this thread: 1 Guest(s)