A Random Warning - 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: A Random Warning (
/showthread.php?tid=326033)
A Random Warning -
Tanush123 - 15.03.2012
Line
pawn Код:
HouseInfo[i][hLabel] = Create3DTextLabel(str,-1,HouseInfo[i][OutX],HouseInfo[i][OutY],HouseInfo[i][OutZ]+0.1,100,0,0,1);
Warning
pawn Код:
D:\Users\Tanush\Desktop\Xtreme Gaming\gamemodes\server.pwn(16433) : warning 202: number of arguments does not match definition
Re: A Random Warning -
SnG.Scot_MisCuDI - 15.03.2012
pawn Код:
HouseInfo[i][hLabel] = Create3DTextLabel(str,-1,HouseInfo[i][OutX],HouseInfo[i][OutY],HouseInfo[i][OutZ]+0.1,100,0,1)