07-21-2017, 11:01 AM
(03-14-2017, 01:01 PM)Frisa Wrote: Hi,im a newbie on SC server management, i know the original scxpm was ridden with bug on newer version of SC, so i want to using your scxpm, but i have encounter few problems, some maybe too simple for veteran manager, so feel free to criticize me for ignorance or dumb
1. i tryed to compile the plugin under Linux with SC's build in compiler, but i only got scxpm_modriot_full.ammx with no scxpm_modriot.ammx. is it right?
2. i think database was mandatory on this version, but theres no SQL file, how im i supposed to set up the database?
3. Does this version also require amxmodx using mysql rather than plain text?
thanks
I am sorry, for some reason I did not even notice this reply from months ago. I can no longer support the code available on the older version of BitBucket which is the work that I did in previous versions. I have a newer version if you are interested in trying to use it. I will update the repository eventually.
1. The scxpm_modriot_full.sma file is just the entire code in 1 file. The scxpm_modriot.sma file includes the .inl files from "include/xpmod".
2. No using a database isn't mandatory, but the code I wrote was specifically designed to work with MySQL. The File saving system does not work properly for some reason and I haven't figure out why. I think it is a bug with the NVault module.
3. This version does not require using mysql rather than plain text, but won't save properly with the code that currently exists. Until the code is fixed or there is another method of saving, there is no way to properly save without the AMXX mysql module.
If you are interested, I can provide you with a copy of the SCXPM version I am using now, which I haven't finished. I mostly wanted to provide the version I made on the bitbucket repository before I changed the code so much that I can't maintain it. I have now changed the code so much in the new version I have made, and still have not completed the new version I have been working on yet.