28.04.2013, 09:00
So i have
And i have an input dialog where you can change the deltaOwner
How can I change the value of deltaOwner and how can I display it in for example a SendClientMessage?
Thx
Код:
enum PlayerVariables { deltaOwner[MAX_PLAYER_NAME], }; new PlayerVar[MAX_PLAYERS][PlayerVariables];
How can I change the value of deltaOwner and how can I display it in for example a SendClientMessage?
Thx