02.01.2015, 20:53
Quote:
Hello Guys
i Have Errors in my Script line 18 PHP Code:
|
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;