JohnnyBravo666 Posted July 25, 2017 Report Share Posted July 25, 2017 Hi, I am trying to figure out how do a check if a player is a new player or not after they have spawned in. I have been told to check against this. PVCDZ_plr_Login select 8 But I'm not entirely sure how to do so. I have played around moving the code around and trying different variations but nothing is working so far. Link to comment Share on other sites More sharing options...
0 BigEgg Posted July 26, 2017 Report Share Posted July 26, 2017 48 minutes ago, JohnnyBravo666 said: Hi, I am trying to figure out how do a check if a player is a new player or not after they have spawned in. I have been told to check against this. PVCDZ_plr_Login select 8 But I'm not entirely sure how to do so. I have played around moving the code around and trying different variations but nothing is working so far. This would be a simple check. For example: if (PVCDZ_plr_Login select 8) then { systemChat "You are a new player"; }; It is a simple true/false. salival and Pattoh 2 Link to comment Share on other sites More sharing options...
Question
JohnnyBravo666
Hi,
I am trying to figure out how do a check if a player is a new player or not after they have spawned in.
I have been told to check against this.
PVCDZ_plr_Login select 8
But I'm not entirely sure how to do so. I have played around moving the code around and trying different variations but nothing is working so far.
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now