17.02.2012, 19:26
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
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