[SOLVED]GM Get's bugged
#1

Ok, I have a textdraw bug with my server.
When one of the teams reached 2 points by entering the checkpoint they won. And the next gamemode loads.
When it's loaded, the textdraws dissapears. I press "Escape" and see my main menu is bugged also. It are squares. and in-game the textdraws just dissapear.

I hope someone can help.
Reply
#2

Several things may cause it:

1)
pawn Код:
new str[5]; //5 cells
format(str, sizeof(str), "Hello"); //requires 6 cells
2) You may have one extra '~' in your textdraw.
3) Since you're changing gamemodes, you probably haveto destroy tehtdraw(s) OnGameModeExit..
4) Unknown reason :3
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)