
02-06-2012, 12:12 AM
|
team canada
|
 |
Join Date: Jul 2004
Location: Canada
Posts: 5,200
|
|
Make sure the player isn't an ET before warping him away.
if (pl.guild != "Events Team") {
You should also add a number check if (num > 0) as well because:
Judging by your (I'm under the impression you didn't write it) script: /kick2 is 0 /kick 2 is 2.
Also please use PHP tags instead of CODE. |
|
|