SA-MP Forums Archive
Can't upload .inc files. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: General (https://sampforum.blast.hk/forumdisplay.php?fid=13)
+--- Thread: Can't upload .inc files. (/showthread.php?tid=528113)



Can't upload .inc files. - Areeb - 26.07.2014

Hey guys,

I hosted a test server to test my maps, scripts and stuff but I'm facing problems in uploading .inc files to the host.

Host name: Ultra-H (Ultra Host)

When I try to upload the file it shows a message that there was an error in uploading the file and shows which file types can be uploaded and the list includes .inc, weird problem.

Please someone help me with this problem.

Regards
Areeb


Re: Can't upload .inc files. - Vince - 26.07.2014

You don't need them. The only files you need are the AMX.


Re: Can't upload .inc files. - Areeb - 26.07.2014

Quote:
Originally Posted by Vince
Посмотреть сообщение
You don't need them. The only files you need are the AMX.
To test it I need to use few commands and I am using LuxAdmin script for that purpose and LuxAdmin includes few .inc files to be uploaded.


Re: Can't upload .inc files. - Blast3r - 26.07.2014

Quote:
Originally Posted by Areeb
Посмотреть сообщение
To test it I need to use few commands and I am using LuxAdmin script for that purpose and LuxAdmin includes few .inc files to be uploaded.
You compiled your gamemode with the .inc files, meaning that amx has it compiled all in one which is why you don't need .inc files in your host.


Re: Can't upload .inc files. - Mark™ - 26.07.2014

.inc files are only to be kept present when compiling the gamemode. Once compilation is done, the AMX is the one you need to upload; alongwith scriptfiles folders and plugins, that's it.


Re: Can't upload .inc files. - Areeb - 26.07.2014

Okay thanks for your help everyone.