[Pawn] goto label - Printable Version +- Burgershot (https://www.burgershot.gg) +-- Forum: SA-MP (https://www.burgershot.gg/forumdisplay.php?fid=3) +--- Forum: Pawn Scripting (https://www.burgershot.gg/forumdisplay.php?fid=10) +--- Thread: [Pawn] goto label (/showthread.php?tid=2309) |
goto label - claudespeed - 2022-07-29 Is it possible in pawn to jump from one callback to another using goto? When I try to do so, I get an error: Code: error 019: not a label: "rankedit" PHP Code: public OnPlayerText(playerid, text[]) PHP Code: //onDialogResponse-- |