[SOLVED] Help adding 2 commands + Welcome message
Ok so im not a moder, i have never moded a gsc in my life (though i have made programs in VB6...) and i need a little help
All i basically want is to use these 2 commands at every start of game so i Can freely Spectate people whenever i want.
scr_game_spectatetype 2
scr_player_forcerespawn 0
Then a Welcome message, i tryed adding
Code:
onPlayerSpawned()
{
self endon( "disconnect" );
for(;;)
{
self thread maps\mp\gametypes\_hud_message::hintMessage("^4Welcome To ^1[MGM]^2Bboy500's ^4Server!");
self thread maps\mp\gametypes\_hud_message::hintMessage("^1Always 18 PLayers. ^2 Always Free-Spec. ^4 Enjoy the game :D");
}
}
But nobody ever gets the message when they spawn o_o. any help would be nice
