Quote:
Originally Posted by steppdroid
How delete popup "Information about donation" !?
|
"views/internalStart/index.php" -> Remove line 21.
Code:
$.colorbox({href:"./donate.html"});
Quote:
Originally Posted by BotorCrime
How i can move spaceball ... When i write /create_spaceball and i shoot ball ... nothing happens
|
"Game/event/Spaceball.cs" line 282.
Code:
if (mMostDamage <= 562500)
{
mBallSpeed = 0;
}
Change the damage required for the ball speed.
And please, stop asking question about "how to remove", "how to add", "how to fix", ... If you don't know how to code, don't even try to make a server with my source.