[HEEEEELP]Some errors on my command
#1

Delete it
Reply
#2

You misplaced a brace:
pawn Код:
format([BizInfo][bizid][bDescription], 128, "%s", bizname);
Reply
#3

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
Reply
#4

Oh now I see.....
You had an extra square bracket pair too:
pawn Код:
format(BizInfo[bizid][bDescription], 128, "%s", bizname);
Reply
#5

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
Reply
#6

pawn Код:
format(BizInfo[bizid][bDescription], sizeof(string), "%s", bizname);
If still no luck then show us your array.
Reply
#7

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
Reply
#8

Guys help please
Reply
#9

Show us the array.
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)