01.02.2013, 16:32
Quote:
|
@Blackraven: Not quite. The variable would reset each time you did the command, because you declare the variable inside it. You would have to declare it globally for it to work, like I've done below.
_________ You would need to declare a global boolean, for example: pawn Код:
pawn Код:
|


