hey... is there nyone still using chatzone script??
i need some ideas to glorify this script.
i also need sme help.
i need some ideas to glorify this script.
i also need sme help.
class Counter {
public:
void Count();
int ReadDisplay();
private:
int CurrentCount;
};



class Counter {
public:
void Count();
int ReadDisplay();
private:
int CurrentCount;
};



Comment