🎮 Game Programming Student
I'm a 19-year-old Game Programming student at ISART Digital.
I primarily code in C++, C#, and C, with a strong interest in gameplay programming, engine systems, and performance optimization.
- Docs: Telegram inbound troubleshooting – Added a troubleshooting section to the Telegram channel docs for the case where messages reach the Telegram Bot API but never make it to the Agent.
- Docs (C#): common server runtime functions – Expanded the C# server runtime documentation with practical examples (events, HTTP, players) so C# users have copy‑pasteable patterns, not just "use IntelliSense".
- Docs (C#): TriggerClientEvent (server) – Added a dedicated C# page for
TriggerClientEventon the server side, with beginner‑friendly examples for broadcasting, targeting a single player, and sending small custom payloads.