![]() |
RTE 13 - Printable Version +- Mirage Source (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17) +---- Thread: RTE 13 (/showthread.php?tid=2542) |
RTE 13 - Nean - 31-01-2009 How the fuck do I fix these? I'm getting one for my guild system, I've done it from scratch, and I don't understand why I seem to get it. Code: I = (Parse(2)) I've tried doing Clng(PArse(2)), LCase, STR, STR$, etc, etc. It's dimmed as a string, but I've tried having it dimmed as long, as well. Re: RTE 13 - timster0 - 31-01-2009 Is this server side or client side? If it's client side, it might have something to do with how your sending it. Re: RTE 13 - Nean - 31-01-2009 timster0 Wrote:Is this server side or client side? If it's client side, it might have something to do with how your sending it. Server side. Re: RTE 13 - Robin - 01-02-2009 Do a barrel-roll. Re: RTE 13 - Nean - 01-02-2009 ![]() |