Code: [Select]function dspam() { if(strLen($dstring) == 0) { $dstring = "8"; } $dstring = $dstring @ "="; commandToServer('messageSent',$dstring @ "D"); $dspam = schedule(1250, 0, dspam); }Makes a snake in the chat that grows, yeah idk.Would not recommend doing this anywhere aside from your own server.
function dspam() { if(strLen($dstring) == 0) { $dstring = "8"; } $dstring = $dstring @ "="; commandToServer('messageSent',$dstring @ "D"); $dspam = schedule(1250, 0, dspam); }
messageall('MsgAdminForce', "\c2PLAYERNAME has become Super Admin (Auto)"); --make someone a fake admin (text is green)messageall('MsgAdminForce', "\c1 No one has become Super Admin"); -- same concept but blue textc3 = Yellow textc4 = Light Bluec5 = Pinkc6 = Whitec7 = Grayc8 = Dark Grayc9 = BlackSo, if I put c5 in the "\c5" area, the text would be this: No one has become Super Admin (i know the color isn't what it is in-game but you get the point)
c5 is magenta, not pink >:(
how dare you misname this color?
c5 is magenta, not pink >:(also, c8 is black and there is no c9
setres(width,height); ~ Changes your game resolution.
virtual bool setRes( int width, int height, int bpp=NULL, int hz=NULL )
Because I know what I'm talking about
you only need the width and height arguments.
it would make no difference what so ever.
No it doesn't because the changing of those 2 variables will do literally nothing. You're just doing that thing you like to do were you look for problems in everything.