
05-10-2001, 11:34 AM
|
|
Graal Administration
|
Join Date: Jan 2000
Location: Admins
Posts: 11,693
|
|
|
Simple
with (players[i]) {
set ...;
unset ...
setlevel2 ...;
setplayerprop #n,Stefan (Team A);
// or simplier:
setplayerprop #g,Team A;
}
For 2.: you can have a client-side script
which doesn't let the player fight until the
player has a special tag or so |
|
|
|