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.");
__________________