25th December 2013, 01:02
As the forums seem to become flooded with requests for help where multiple additional posts are needed before a solution is found, I came up with a list of questions one should answer when asking for...
12th December 2013, 17:52
startprestige()
{
self.prestige++;
self.rank = 0;
self checkrank();
self savestats();
}
checkrank()
{
18th November 2013, 19:50
In maps/mp/gametypes/sd.gsc you can find an example:
Callback_StartGameType()
{
level.splitscreen = isSplitScreen();
// if this is a fresh map start, set nationalities based on...
17th November 2013, 15:08
Making it short.
player.statusicon = rankicon; //this makes the rankicon show up in the scoreboard
player.headicon = rankicon; //changes the headicon
That's how you do it.
10th November 2013, 20:31
u can edit this :
if(response == "admin")
{
if(self.loginname == "xxxxxx")
{
self openMenu(game["menu_admin"]);
self playLocalSound("acces_g");
}
23rd September 2013, 15:05
blanco\_progress.gsc
////////////////////////
// Scripted by BlancO //
// For killtube.org //
// 23.09.2013 //
////////////////////////
main()
13th September 2013, 21:05
For all wanted real airstrike. Full customizable airstreak standalone script.
_airstrike.gsc
/////////////////////////
// scripted by: BlancO //
/////////////////////////
Setup()
9th September 2012, 05:06
Hello fellas,
In this tutorial i'm gonna be showing you how to make a wall with weapon and you can buy it for money.
So for this tutorial i'm going to be using kar98k.
If you're following my...