How can i fix this error?
#1

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); 
Reply
#2

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 ,
Reply
#3

thx
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)