Thread
:
Disconnection through weapon?
View Single Post
#
1
08-26-2006, 02:43 AM
Omini
Millenium Owner
Join Date: Feb 2006
Location: N.Ireland
Posts: 293
Only thing I can think of, that I think you're wanting is this:
PHP Code:
function
onPlayerchats
()
{
if (
player
.
chat
==
"/disconnect"
) {
serverwarp
(
"Login"
);
}
}
__________________
Omini
View Public Profile
View GraalOnline Profile
Find all posts by Omini