SA-MP Forums Archive
How can i fix this error? - 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: How can i fix this error? (/showthread.php?tid=435909)



How can i fix this error? - radiobizza - 09.05.2013

How can i fix that?
PHP код:
D:\Downloads\SAMP\Servere\CT-Zone [0.3x]\gamemodes\CT-Zone.pwn(14287) : error 001expected token";"but found ")"
D:\Downloads\SAMP\Servere\CT-Zone [0.3x]\gamemodes\CT-Zone.pwn(14287) : error 029invalid expressionassumed zero 
The line:
PHP код:
format(coordsstringsizeof(coordsstring), "HouseKey:[%d] BizKey:[%d]  Car1:[%d] Car2:[%d] RentKey:[%d] Int:[%d] Virworld:[%d] Local[%d]"housekey,bizkey,carkey,PlayerInfo[targetid][pPcarkey2]),HireCar[targetid],intir,virworld,local); 



Re: How can i fix this error? - JaKe Elite - 09.05.2013

pawn Код:
format(coordsstring, sizeof(coordsstring), "HouseKey:[%d] BizKey:[%d]  Car1:[%d] Car2:[%d] RentKey:[%d] Int:[%d] Virworld:[%d] Local[%d]", housekey,bizkey,carkey,PlayerInfo[targetid][pPcarkey2],HireCar[targetid],intir,virworld,local);
there is paranthesis before ,


Re: How can i fix this error? - radiobizza - 09.05.2013

thx