07.08.2009, 10:52
seems to mee like you have some other textdraws... and when you have done /rcon gmx or restarted the server, they have messed each other up... so, either use a filterscript and dont load it untill you getinto the server and doo /rcon loadfs or make a stupid textdraw like ahead of all of the others
i thinks if you doo that properly it should work xD
Код:
new Text:stupid;
new Text:alloftheotherones;
OnGamemodeinit() {
stupid = TextDrawCreate(rawrrawrrawr)
alloftheotherones = TextDrawCreate(decentplaces)

