Error on PVP NPC

Find:

OnInit: waitingroom "[ PVP ROOM ]",0; end;

Add:

delwaitingroom;

Before:

Code:
	waitingroom "[ PVP ROOM ]",0;
 
Back
Top