[Server] __ShowPlayerMarkers +input line too long - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3) --- Forum: Support (https://forum.open.mp/forumdisplay.php?fid=12) --- Thread: [Server] __ShowPlayerMarkers +input line too long (/showthread.php?tid=2490) |
__ShowPlayerMarkers +input line too long - Mackor - 2023-11-17 I managed to remove the errors but only remove the line where the error is, which is not the right thing to do. Code: C:\Users\neuza\Downloads\Server\pawno\include\_open_mp.inc(120) : error 075: input line too long (after substitutions) PHP Code: // Optionally stricter tags. Code: C:\Users\neuza\Downloads\Server\pawno\include\_open_mp.inc(177) : error 017: undefined symbol "__ShowPlayerMarkers" PHP Code: #emit SYSREQ.C __ShowPlayerMarkers //error on this line PHP Code: #emit SYSREQ.C __ShowPlayerMarkers //error on this line Code: C:\Users\neuza\Downloads\Server\pawno\include\_open_mp.inc(194) : error 017: undefined symbol "__ShowPlayerMarkers" RE: __ShowPlayerMarkers +input line too long - Radical - 2023-11-20 Looks like you are using open.mp RC2. Get the latest open.mp version from https://github.com/openmultiplayer/open.mp/releases Also you should use Pawn compiler 3.10.10 It's included in the latest release. (qawno/pawncc) |