try this?

This commit is contained in:
eraser1 2015-09-02 22:11:26 -05:00
parent 909ebf9761
commit 89e6c4a9bb

View File

@ -22,7 +22,7 @@ if (!hasInterface && !isServer) then
1 spawn
{
waitUntil {player==player};
DMS_HC_INIT = [player,serverTime];
publicVariableServer "DMS_HC_INIT";
DMS_HC_Object = player;
publicVariableServer "DMS_HC_Object";
};
};