05.05.2011, 01:26
Quote:
Run samp-server.exe
If you get this error like you did: "Script[gamemodes/RolePlayVN.amx]:" It means your gamemode did not compile or there is no "RolePlayVN.amx" in your "gamemodes" folder, either add it or compile it, and if your did compile it but you still get this error, then there's an error in the gamemode code somewhere preventing it from compiling to a amx. |
It should be also noted that while Windows users would add "plugins plugin-name" to their server config, Linux users need to include the extension as well like "plugins plugin-name.so". Failure to include the extension would cause the annoying error 19.