maddinat0r / samp-tsconnector

A plugin for SA-MP to control a Teamspeak3 Server from the gamemode
MIT License
17 stars 3 forks source link

error callback instead of console error messages #8

Closed maddinat0r closed 9 years ago

maddinat0r commented 9 years ago

I should add a callback like TSC_OnError(const msg[]) and forward all errors to that callback instead of just printing them into the SA-MP server console window.