How to check if a player is new?
#4

If a player is new - that means he's just registered. Add whatever you want to do after that!
pawn Код:
public OnPlayerRegister(playerid)
{
         register_player_account(playerid..);
         Do_Whatever_with_him_because_he's_new( playerid );
}
Because obviously - a player registers only once! (Unless, a faulty login system)
Reply


Messages In This Thread
How to check if a player is new? - by Jamcraftadam - 11.08.2013, 10:53
Re: How to check if a player is new? - by DobbysGamertag - 11.08.2013, 11:58
Re: How to check if a player is new? - by Misiur - 11.08.2013, 11:59
Re: How to check if a player is new? - by RajatPawar - 11.08.2013, 12:41
Re: How to check if a player is new? - by Jamcraftadam - 11.08.2013, 13:15

Forum Jump:


Users browsing this thread: 1 Guest(s)