Posts: 63
Threads: 13
Joined: Feb 2012
Reputation:
0
I tried to use at as a filterscript because in my own script when I added it pawn library stopped working, and I got this errors:
C:\Users\master\Desktop\LARP\filterscripts\text.pw n(5) : warning 235: public function lacks forward declaration (symbol "OnGameModeInit")
C:\Users\master\Desktop\LARP\filterscripts\text.pw n(9) : error 017: undefined symbol "TextDrawCreate"
C:\Users\master\Desktop\LARP\filterscripts\text.pw n(9) : warning 213: tag mismatch
C:\Users\master\Desktop\LARP\filterscripts\text.pw n(13) : warning 235: public function lacks forward declaration (symbol "OnPlayerConnect")
C:\Users\master\Desktop\LARP\filterscripts\text.pw n(16) : error 017: undefined symbol "TextDrawShowForPlayer"
C:\Users\master\Desktop\LARP\filterscripts\text.pw n(9) : warning 204: symbol is assigned a value that is never used: "welcomeText"
I just copied it as it is and changed the adress
Posts: 357
Threads: 52
Joined: Feb 2012
Reputation:
0
-Nevermind, I must go to sleep.. But tomorrow I'll come back.