Quote:
Originally posted by nyghtGT
NPC Code:
NPC Code:
if (playerleaves) {
setstring server.string,#v(ringstatus);
}
That works so if all the players leave the level it sets the variable to a server string right ?
Its for a free server ...
|
playerleaves is a P2P event, use
if (playerenters && !strequals(#L,blah.graal))