07-07-2012, 04:46 AM
Hi, I've got this random problem where my cs won't load. the error says line 176,1 Unexpected Token. but the token has to be there.
void rotten01();
{ <------- Error here ?
if(GetLocalVarInt("rottenkeyuse") == 2)
{
RemoveItem("rotten_key");
GiveSanityBoost();
}
}
any help please
void rotten01();
{ <------- Error here ?
if(GetLocalVarInt("rottenkeyuse") == 2)
{
RemoveItem("rotten_key");
GiveSanityBoost();
}
}
any help please
