02.08.2012, 11:37
You haven't declared such a variable called "Bank".
Try adding "new Bank" to the top of your script (under your includes, defines, etc.. Where there should be some more variables).
Also, assign the pickup (CreatePickup) to the Bank variable like so:
Try adding "new Bank" to the top of your script (under your includes, defines, etc.. Where there should be some more variables).
Also, assign the pickup (CreatePickup) to the Bank variable like so:
pawn Код:
Bank = CreatePickup(...);