• Due to recent spam attacks that heavily used compormised accounts we did reset all user passwords, AGAIN, if it happens and your account got compromised again due to re-used passwords your account will be perma-banned.

help po !

sthan01

New member
Messages
10
Points
0
Github
sthan01
pano or anong script yung sa broadcaster na hindi sya pwede gamitn pag woe?

 
pano or anong script yung sa broadcaster na hindi sya pwede gamitn pag woe?


Insert this to your broadcaster script:

Code:
if (agitcheck()) || (agitcheck2()){
	mes "You cannot use this during WoE time.";
	close;
}
 
Back
Top