Connection ErrorBad RequestSession ExpiredSign in requiredForbiddenNot FoundToo Many RequestsServer ErrorBad GatewayService UnavailableGateway TimeoutHTTP Version Not Supported
Session Expired
Your session has expired. Please log in to continue.
Sign in required
You need an account to do that. Sign in or create one — it only takes a minute.
Request Failed
We encountered an issue while processing your request.
Please check your internet connection and try again.
I recently started learning scripting, and even the simplest scripts that are explained multiple times cause difficulties, but I think I've figured it out. I need help with this. I can't understand how to use the "ShowFlyingSign" command correctly:
function offlich() Trigger(REGION_ENTER_AND_STOP_TRIGGER, "off", nil); ShowFlyingSign(GetMapDataPath().."offli.txt"); end; Trigger(REGION_ENTER_AND_STOP_TRIGGER, "off", "offlich");
Also, can I add "PLAYERFLT_1" to "ShowFlyingSign"? Since I'm creating a multiplayer map, I want the message to be displayed to the first player. I used this: