11.04.2013, 03:32
(
Последний раз редактировалось joykingstone; 11.04.2013 в 04:59.
)
Delete it
format([BizInfo][bizid][bDescription], 128, "%s", bizname);
format(BizInfo[bizid][bDescription], 128, "%s", bizname);
Oh now I see.....
You had an extra square bracket pair too: pawn Код:
|
D:\eGrp with Biz system\EGRP.pwn(40) : warning 201: redefinition of constant/macro (symbol "DestroyPickupEx") D:\eGrp with Biz system\EGRP.pwn(44) : warning 201: redefinition of constant/macro (symbol "bInteriorA") D:\eGrp with Biz system\EGRP.pwn(49702) : warning 213: tag mismatch D:\eGrp with Biz system\EGRP.pwn(49702) : error 032: array index out of bounds (variable "BizInfo") D:\eGrp with Biz system\EGRP.pwn(49705) : error 029: invalid expression, assumed zero D:\eGrp with Biz system\EGRP.pwn(49705) : error 029: invalid expression, assumed zero D:\eGrp with Biz system\EGRP.pwn(49705) : warning 215: expression has no effect D:\eGrp with Biz system\EGRP.pwn(49705) : error 001: expected token: ";", but found "]" D:\eGrp with Biz system\EGRP.pwn(49705) : fatal error 107: too many error messages on one line
format(BizInfo[bizid][bDescription], sizeof(string), "%s", bizname);