SA-MP Forums Archive
invalid mods - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: invalid mods (/showthread.php?tid=635097)



invalid mods - Bussyman - 01.06.2017

Hi,

https://sampforum.blast.hk/showthread.php?tid=317303

Thanks, this saved me a lot of time.

Emperor is missing.
Код:
Code:
{585, 1145,1144,1143,1142,1020,1019,1018,1013,1006,1001,1023,1003,1007,1017,0000,0000,0000,0000},
Also Stratum has four extra sideskirts which shouldnt be there I think (1031,1030,1027,1026 = Sultan sideskirts).

Code:
{561, 1157,1156,1155,1154,1064,1063,1062,1061,1060,1059,1058,1057,1056,1055,0000,0000,0000,0000},
(array size could be made smaller then).

Light
What array size could be made smaller? if i add

Код:
{585, 1145,1144,1143,1142,1020,1019,1018,1013,1006,1001,1023,1003,1007,1017,0000,0000,0000,0000},
Then i have to raise
Код:
new legalmods[48][22] = {
to
Код:
new legalmods[49][22] = {
?


Re: invalid mods - OneDay - 01.06.2017

I think this is better: https://github.com/Open-GTO/sa-mp-fixes