[Smail]Help
#1

Hello Guys
i Have Errors in my Script
Quote:

(1 : error 010: invalid function or declaration

line 18
PHP Code:
boolSexShopRobbed
Reply
#2

Quote:
Originally Posted by sas10
View Post
Hello Guys
i Have Errors in my Script

line 18
PHP Code:
boolSexShopRobbed
error 10:
meaning that the code you posted couldn't be interpreted by the compiler.
to put it simple, pawn has nooooo idea what you did there and why

in pawn, we declare variables using the "new" keyword
it'd look like this:
pawn Code:
new bool:SexShopRobbed;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)