[Scripting Help] Business - Products Warning
#1

Код:
C:\Users\user\Desktop\business.pwn(326) : error 017: undefined symbol "Products"
C:\Users\user\Desktop\business.pwn(328) : error 017: undefined symbol "Products"
C:\Users\user\Desktop\business.pwn(342) : error 017: undefined symbol "Products"
C:\Users\user\Desktop\business.pwn(342) : warning 215: expression has no effect
C:\Users\user\Desktop\business.pwn(345) : error 017: undefined symbol "Products"
C:\Users\user\Desktop\business.pwn(346) : error 017: undefined symbol "ProductsText"
C:\Users\user\Desktop\business.pwn(377) : warning 204: symbol is assigned a value that is never used: "lockdone"
C:\Users\user\Desktop\business.pwn(376) : warning 204: symbol is assigned a value that is never used: "done"
C:\Users\user\Desktop\business.pwn(352) : warning 203: symbol is never used: "idx"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


5 Errors.
http://pastebin.com/14KmhpXN
Reply
#2

make sure your already define "Products", "ProductsText"
Reply
#3

What do I put in the #define?
Reply
#4

just example
pawn Код:
new Products = 0, Text3D:ProductsText;

ProductsText = CreateDynamicTextLabel( .... );
Reply
#5

Quote:
Originally Posted by rickisme
Посмотреть сообщение
just example
pawn Код:
new Products = 0, Text3D:ProductsText;

ProductsText = CreateDynamicTextLabel( .... );
wat .
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)