[Pawn] Help - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3) --- Forum: Pawn Scripting (https://forum.open.mp/forumdisplay.php?fid=10) --- Thread: [Pawn] Help (/showthread.php?tid=1852) |
Help - Nightmare - 2021-04-08 hello i'm new in pawn scripting, i'm compiling a filterscript, and appears this error: "undefined symbol 'AddSimpleModel'". I searched how solve it but i don't found solutions. Can someone help? img link: https://prnt.sc/117hc5z RE: Help - Radical - 2021-04-08 update your includes to sa-mp 0.3.DL RE: Help - Telzin2k - 2021-04-08 Its filterscript "vicecity.pwn" has functions of the version of SA-MP 0.3.DL. update your include "a_samp.inc" to version 0.3.DL and also your server, the file "samp-server.exe" to work correctly. Download the standard SA-MP 0.3.DL gamemode and get the files to update the standard SA-MP include (a_samp.inc) and also your server if it is not in version 0.3.DL. Files for SA-MP 0.3.DL: https://archive.org/download/sa-mp-0.3.dl |