24.09.2015, 08:12
You can, but you must run methods that calls pawn functions on the main thread. So I'd advice only to use threads/tasks for big calculations, accessing databases or web APIs. To sync with the main thread check the Sync class.