![]() |
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? |
Re: Why dont this work?
i also tryed
if (timeout) { if (keydown(6)) { if (strtofloat(#v(client.class))==2) { setlevel2 onlinestartlocal2.nw,x,y; } timeout=0.1; } } |
Re: Why dont this work?
Quote:
is down ... |
For another thing, "D" is keydown(4), and keydowns cannot be serverside, just incase.
|
Re: Why dont this work?
//#CLIENTSIDE
if (timeout) { if (keydown(4)&&strtofloat(#s(client.class))==2) { setlevel2 onlinestartlocal2.nw,x,y; } timeout=0.1; } |
Because the timeout is never started?
|
All times are GMT +2. The time now is 06:09 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.