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];
};
};
Question
FragZ
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:
Would that method work? if not what would do it?
Link to comment
Share on other sites
7 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now