He's still messing an #endif.
Quote:
|
Originally Posted by NewUser
Quote:
|
Originally Posted by Hawk552
You used an #if <something> without ending it with an #endif
This is roughly equivalent to doing this:
Without the ending bracket.
|
I didn't see an opening bracket for the if statement either.
Code:
if ( file_exists(gXpfile) ) delete_file(gXpfile)
Correct me if I'm wrong, but don't if statements need opening and closing brackets? Unless it's something simple like:
Code:
if(gaben[id]) client_print(id,print_chat, "[Gaben] gaben will eat you.");
|
No, I don't mean like that. I mean
As in
Not
Just
EDIT: Freecode, he's trying to make a fresh file.
__________________