
02-02-2002, 05:50 PM
|
|
galase galase!
|
 |
Join Date: Jun 2001
Location: Sweden, Stockholm.
Posts: 2,012
|
|
Why dont this work?
|
if (timeout) {
if (keydown(6)) {
if (strtofloat(#s(client.class))==2) {
setlevel2 onlinestartlocal2.nw,x,y;
}
timeout=0.1;
}
}
its for an arrow im making... so when client.class is 2 and you press D it warps you... u know why it dont work? |
|
|
|