roflmuffin / CounterStrikeSharp

CounterStrikeSharp allows you to write server plugins in C# for Counter-Strike 2/Source2/CS2
https://docs.cssharp.dev
Other
709 stars 110 forks source link

[Need Help] how do I transfer to the main thread? #492

Closed ZWqPY closed 3 weeks ago

ZWqPY commented 3 weeks ago

image when I try to make a small delay before execution, I get a message that I need to somehow transfer this to the main thread. [21:34:46.740] CSSharp: Native 48eb2fc8 was invoked on a non-main thread

lengran commented 3 weeks ago

Try AddTimer. That method is used for adding delays in CSS.

ZWqPY commented 3 weeks ago

thx! its work!