Re: DayZ Standalone v 0.62.142963 Server Files
Quote:
Originally Posted by
Xairo
Doesnt work on official servers too, so i dont think there is a easy fix
Yes, I try it but I can't, if somebody that have more experience can fix it, I will be gratefull...
In the meantime I'll keep trying, because it would be extremely useful for me.
- - - Updated - - -
Quote:
Originally Posted by
Dr J0nes
"_uid" is "any" when respawning, so it can't check for "if (_uid in array_donategroup_ADMIN) ..."
any idea? when i comment the "if"-Statement it works but i want that only admins get the custom startgear ^^
I don't know why your respawn return any in _uid, but the _id return always correctly. You can use _uid = getClientUID _id; for get _UID
Re: DayZ Standalone v 0.62.142963 Server Files
Quote:
Originally Posted by
SHAR1NGAN
Yes, I try it but I can't, if somebody that have more experience can fix it, I will be gratefull...
In the meantime I'll keep trying, because it would be extremely useful for me.
- - - Updated - - -
I don't know why your respawn return any in _uid, but the _id return always correctly. You can use _uid = getClientUID _id; for get _UID
Worked! Thank you!
Re: DayZ Standalone v 0.62.142963 Server Files
Quote:
Originally Posted by
Dr J0nes
hmm thank you but "_id" also returns "any". :(
But i can live with that ;)
If you want, can to send me your dbloadplayer for I fix this for you.
Send on private message.
Re: DayZ Standalone v 0.62.142963 Server Files
Thank you but I already got it work :) edited my post ;) thanks again SHAR1ngan!
Re: DayZ Standalone v 0.62.142963 Server Files
someone is client dayz_x64 and dayz_be is not end is track manager i think is end task still is getout game
how to u know fix this ?
Re: DayZ Standalone v 0.62.142963 Server Files
Quote:
Originally Posted by
faddy1994
someone is client dayz_x64 and dayz_be is not end is track manager i think is end task still is getout game
how to u know fix this ?
i am don't understand you
Re: DayZ Standalone v 0.62.142963 Server Files
Quote:
Originally Posted by
DimensioN212
i am don't understand you
me exit game crach in track manager is not exit it done !
Re: DayZ Standalone v 0.62.142963 Server Files
Quote:
Originally Posted by
faddy1994
me exit game crach in track manager is not exit it done !
what is a "track manager"?
Re: DayZ Standalone v 0.62.142963 Server Files
I am trying to fix the respawn somebody help me to fix it
//Respwn"respawn" addPublicVariableEventHandler{ _agent = _this select 1; _id = owner _agent; _uid = getClientUID _id; // _agent setVariable["respawningPlayer", true]; diag_log format ["CLIENT request to respawn %1 (%2)",_this,lifeState _agent]; if (lifeState _agent != "ALIVE") then { _agent setDamage 1; [_uid, _agent] call fnc_dbDestroyProfile; diag_log format ["CLIENT killed character %1 (clientId %2 / Unit %2)",_uid,_id,lifeState _agent]; //----- simple scheduler part ----- diag_log format ["SCHEDULER: Removing respawning clientId %1, name %2", _id, _name]; _freedPos = connectedPlayers find _id; connectedPlayers set [_freedPos,0]; diag_log format ["SCHEDULER: Updated 'connected players' array %1", connectedPlayers]; //--------------------------------- //process client [_id,false,DZ_QUEUETIME,player_queued,_clientNew] spawnForClient { titleText ["Respawning... Please wait...","BLACK FADED",10e10]; player_queued = (_this select 3); playerQueueVM = _this call player_queued; }; };};
Re: DayZ Standalone v 0.62.142963 Server Files
Quote:
Originally Posted by
new 1
I am trying to fix the respawn somebody help me to fix it
//Respwn"respawn" addPublicVariableEventHandler{ _agent = _this select 1; _id = owner _agent; _uid = getClientUID _id; // _agent setVariable["respawningPlayer", true]; diag_log format ["CLIENT request to respawn %1 (%2)",_this,lifeState _agent]; if (lifeState _agent != "ALIVE") then { _agent setDamage 1; [_uid, _agent] call fnc_dbDestroyProfile; diag_log format ["CLIENT killed character %1 (clientId %2 / Unit %2)",_uid,_id,lifeState _agent]; //----- simple scheduler part ----- diag_log format ["SCHEDULER: Removing respawning clientId %1, name %2", _id, _name]; _freedPos = connectedPlayers find _id; connectedPlayers set [_freedPos,0]; diag_log format ["SCHEDULER: Updated 'connected players' array %1", connectedPlayers]; //--------------------------------- //process client [_id,false,DZ_QUEUETIME,player_queued,_clientNew] spawnForClient { titleText ["Respawning... Please wait...","BLACK FADED",10e10]; player_queued = (_this select 3); playerQueueVM = _this call player_queued; }; };};
Eu acho que você está criando um novo método de chamada para funções do dbloadplayer ou usando métodos de versão mais antigos, mas se você você não sabe o que está fazendo, então não tente, porque será mais complicado para você entender. Faça o seu dbloadplayer com base nos arquivos de 123new, é mais fácil de entender.
I think you're creating a new calling method for dbloadplayer functions or using older version methods, but if you don't know what you're doing, so do not try it, because it will be trickier for you to understand. Make your dbloadplayer based on 123new's files, it's easier to understand.
123new files (https://mega.nz/#!UaQzmKLJ!b0ZPBQt9f...2Au-Kb-Rxm6Pl8)
Re: DayZ Standalone v 0.62.142963 Server Files
thank you for testing the respawn and it did not work crashed the server someone there was able to make the respawn work so hard
- - - Updated - - -
we have to come together to get that respawn right
Re: DayZ Standalone v 0.62.142963 Server Files
Quote:
Originally Posted by
new 1
thank you for testing the respawn and it did not work crashed the server someone there was able to make the respawn work so hard
- - - Updated - - -
we have to come together to get that respawn right
I did not test any files here... I preferred to create my own files.
Re: DayZ Standalone v 0.62.142963 Server Files
you could help me just to make the respawn please I wanna play with my brother I'm trying more I can not get the respwn
Re: DayZ Standalone v 0.62.142963 Server Files
Quote:
Originally Posted by
new 1
you could help me just to make the respawn please I wanna play with my brother I'm trying more I can not get the respwn
Search for mikejones' exe in post more olders.
Re: DayZ Standalone v 0.62.142963 Server Files
Quote:
Originally Posted by
new 1
you could help me just to make the respawn please I wanna play with my brother I'm trying more I can not get the respwn
in post https://goo.gl/AV6PU6 exist normal exe server