14.12.2013, 19:15
Hello Guys!!
You can use this snow script in your gamemode for free!
Just put this script in "OnPlayerConnect" callback and it will work fine!
Thank you and happy new year!
You can use this snow script in your gamemode for free!
Just put this script in "OnPlayerConnect" callback and it will work fine!
Code:
for(new x = 0; x < 61; x++) for(new y = 0; y < 61; y++) CreateDynamicObject(18864,-3000.0+x*100.0,-3000+y*100,0.0,0.0,0.0,0.0);