Deleted -
joykingstone - 11.04.2013
Delete it
Re: [HEEEEELP]Some errors on my command -
Faisal_khan - 11.04.2013
You misplaced a brace:
pawn Код:
format([BizInfo][bizid][bDescription], 128, "%s", bizname);
Re: [HEEEEELP]Some errors on my command -
joykingstone - 11.04.2013
still have the same proplem
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) : error 029: invalid expression, assumed zero
D:\eGrp with Biz system\EGRP.pwn(49702) : warning 215: expression has no effect
D:\eGrp with Biz system\EGRP.pwn(49702) : error 001: expected token: ";", but found "]"
D:\eGrp with Biz system\EGRP.pwn(49702) : error 029: invalid expression, assumed zero
D:\eGrp with Biz system\EGRP.pwn(49702) : fatal error 107: too many error messages on one line
Re: [HEEEEELP]Some errors on my command -
Faisal_khan - 11.04.2013
Oh now I see.....
You had an extra square bracket pair too:
pawn Код:
format(BizInfo[bizid][bDescription], 128, "%s", bizname);
Re: [HEEEEELP]Some errors on my command -
joykingstone - 11.04.2013
Quote:
Originally Posted by Faisal_khan
Oh now I see.....
You had an extra square bracket pair too:
pawn Код:
format(BizInfo[bizid][bDescription], 128, "%s", bizname);
|
-.- i got now 5 errors
Код:
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
Re: [HEEEEELP]Some errors on my command -
Faisal_khan - 11.04.2013
pawn Код:
format(BizInfo[bizid][bDescription], sizeof(string), "%s", bizname);
If still no luck then show us your array.
Re: [HEEEEELP]Some errors on my command -
joykingstone - 11.04.2013
i got the same errors
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
you can fix it with team viewr please?
add me in skype : survivorsamp
Re: [HEEEEELP]Some errors on my command -
joykingstone - 11.04.2013
Guys help please
Re: [HEEEEELP]Some errors on my command -
Faisal_khan - 11.04.2013
Show us the array.