03.04.2015, 18:00
No, use new to declare it.
You see you declare current_zone:
But not player_zone.
I don't understand what you're trying to do with "target" either, you're just declaring a variable which will be 0.
Shouldn't you use id or playerid?
You see you declare current_zone:
Код:
new target, current_zone; current_zone = player_zone[target];
I don't understand what you're trying to do with "target" either, you're just declaring a variable which will be 0.
Shouldn't you use id or playerid?

