Jump to content
  • 0

Need help with New Player Check


JohnnyBravo666

Question

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

  • 0
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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...