02.01.2015, 21:25
as for the undefined symbol, show me how you declared it
you're the guy from here writing
and by "put", i mean that there's supposed to be some condition defined by you
something like
but really, it makes no sense doing the exact same thing in the else statement.
i hope you know what youre doing
you're the guy from here writing
pawn Код:
bool:SexShopRobbed;//is wrong
//you have to do it like:
new bool:SexShopRobbed;
something like
pawn Код:
if(someVar == 1) //continue to do stuff...
i hope you know what youre doing