Quote:
Originally posted by mhermher
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?
|
For one thing its only doing the timeout when the 6th key
is down ...