Is there a way to make donators be able to spawn in their base? Like set their position on spawn to there?
I found this on googlingthingy:
if (!isDedicated) then { sleep 0.5; if ((getPlayerUID player) in ["xxxxxxxxxx"]) exitWith { player setPosATL [13867,14464,1.5]; }; if ((getPlayerUID player) in ["xxxxxxxxxxx"]) exitWith { player setPosATL [13043,12211,1.5]; }; if ((getPlayerUID player) in ["xxxxxxxxxxxx"]) exitWith { player setPosATL [4878,10514,1.5]; }; if ((getPlayerUID player) in ["xxxxxxxxxxxx"]) exitWith { player setPosATL [13683,12241,1.5]; }; };
Would that method work? if not what would do it?