Quote:
Originally Posted by doreto
pawn Код:
new object; // global varible , you can use it everywere you wont (every callback)
public OnGameModeInit() { new object; // local varible , you can use it only in OnGameModeInit callback return 1; }
|
warning 219: local variable "objektas" shadows a variable at a preceding level
warning 204: symbol is assigned a value that is never used: "objektas"
Never used? I just used it on OnPlayerUpdate callback..