self [[level.spawnSpectator]]();
self [[level.spectator]]();
self notify("joined spectators");
Ok i finally got it to work. I also had to set the function pointer "level.spawnSpectator =...
self [[level.spawnSpectator]]();
self [[level.spectator]]();
self notify("joined spectators");
Ok i finally got it to work. I also had to set the function pointer "level.spawnSpectator =...
Thank you but the problem still exists. It shows me as spectator on the scoreboard but i can still see my score. So i guess it does not properly leave the team.
moveplayer(team)
{
...
Hi
I have a quick question.
I'm trying to improve an anticamp script i use on my server. What i want to add is that if the player gets for instance 2 camping penalties then move him to spectators....
Thanks i will give it a try probably tomorrow. Seems like a good solution.
Ok it seems to have resolved the issue. Thanks again
Hi
I need your help about my problem.
The last days i have been messing around with meatbot on my local windows machine with no big problems. I even tried libcod for windows and it worked fine. The...
After some trial and error i came up with this:
updatestats()
{
async_id = maps\mp\gametypes\_mysql::asyncQuery("SELECT * FROM player_information WHERE login = '" + self.izno["login"] +...
I tested the mysql functions on my server. Although it loads and saves the data fine and showing properly on the custom hud it really starts to lag the game if there are more than 10 players.
The...
The client need to download the sounds also to work.