- September 05, 2025, 03:28:51 AM
- Welcome, Guest
News:
We're back. Discord - https://discord.gg/U7C8YNYF63
61
on: October 21, 2017, 04:39:10 AM
|
||
Started by maximus_asinus - Last post by Inevitable | ||
rip
|
62
on: September 05, 2017, 12:34:56 PM
|
||
Started by maximus_asinus - Last post by Thor | ||
Following 2 months and 1 week Unixmad is proving once again that he is a disgrace and cannot be trusted.
|
63
on: August 20, 2017, 06:59:17 PM
|
||
Started by maximus_asinus - Last post by maximus_asinus | ||
Is there a reason why you prefer one over the other? They appear to function the same if you're using it in that manner.
|
64
on: August 20, 2017, 03:27:36 PM
|
||
Started by maximus_asinus - Last post by maximus_asinus | ||
Most "can i b admin"s aren't a big deal. But occasionally you get someone who spends hours/days/weeks/months begging for it non stop.The worst I've had is someone ask about 3 times, and when I didn't respond he kindly told me to fellate him. But I've only been at this a few weeks. ![]() |
65
on: August 20, 2017, 01:23:16 PM
|
||
Started by maximus_asinus - Last post by Racil | ||
Don't remember, did that guy who was following me and my friends for over a year also beg to be admin for that long, or just ask you to make a server for him?
Or maybe he never actually asked to be admin, just for you to make him a server? |
66
on: August 20, 2017, 06:19:28 AM
|
||
Started by maximus_asinus - Last post by Thor | ||
Code: [Select] function onPlayerEnters() { Using a single = will always treat the conditional as TRUE, it should be ==. Better yet if you're storing boolean values (true/false or 1/0) you can just do: Code: [Select] function onPlayerEnters() { or Code: [Select] function onPlayerEnters() { -------- Rather than use a timeout I use scheduleEvent(), which can be cancelled with cancelEvents("action"). Code: [Select]
|
67
on: August 20, 2017, 02:59:27 AM
|
||
Started by maximus_asinus - Last post by Thor | ||
Most "can i b admin"s aren't a big deal. But occasionally you get someone who spends hours/days/weeks/months begging for it non stop.
|
68
on: August 20, 2017, 01:21:42 AM
|
||
Started by maximus_asinus - Last post by maximus_asinus | ||
Sorry to bring this back up. I'm not sure if this is appropriate to talk about here or if I should ask these questions on the other forum.
I've been reviewing the water script and I finally got to a point where I somewhat understand what is happening. I tried to add on draining functionality (which works) but it is definitely hacked together. Do you have any advice on how to clean this up? Code: [Select] // setting variables and giving the object a name |
69
on: August 19, 2017, 04:40:11 PM
|
||
Started by maximus_asinus - Last post by maximus_asinus | ||
I get asked about 3 times a day. I now understand your struggle, Thor.
|
70
on: August 18, 2017, 01:30:31 PM
|
||
Started by maximus_asinus - Last post by Thor | ||
Seems awkward to post about this here unless it's specific to Classic.
I posted a reply at http://forums.graalonline.com/forums/showthread.php?p=1741824#post1741824 |