SA-MP Forums Archive
GangTeamSkin - 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: GangTeamSkin (/showthread.php?tid=483589)



GangTeamSkin - Blademaster680 - 26.12.2013

TDM.pwn(15) : error 008: must be a constant expression; assumed zero
Код:
new GangTeamSkin[3] =
	{
	    {105},
	    {106},
	    {107}
	};
Line 15:
Код:
{105},
Please help, cant figure it out


Re: GangTeamSkin - Konstantinos - 26.12.2013

pawn Код:
new GangTeamSkin[3] =
{
    105,
    106,
    107
};



Re: GangTeamSkin - Blademaster680 - 26.12.2013

Thanks so much cant believe I forgot that +rep