
11-10-2001, 07:22 AM
|
|
Registered User
|
Join Date: Nov 2001
Posts: 220
|
|
Server Flags Help
|
I know how to put the account name to make it go into the server flags, but once it is there how do I preform an action with it? Like the script below (the first part) if they say heal account "name" that account name will go into the server.healaccount flag, but once it is there how would it heal the player?
if (playerchats && startswith(heal account,#c)) {
if (strequals(#g,Events Team)) {
tokenize #c;
setstring server.healaccount,#t(2);
}
} |
__________________
- ¤Mâ×Îmû§¤ - Owner of Delteria - (borrowing account)
|
|
|
|