View Single Post
  #1  
Old 08-23-2010, 02:59 AM
iSlayer iSlayer is offline
Snk for manager
iSlayer's Avatar
Join Date: Feb 2010
Location: Room 7, Era Hotel, Era
Posts: 202
iSlayer will become famous soon enough
Creating a First Login

Well I posted a thread a while back about function firstLogin(pl) but i was told that theres no inbuilt command for it so I made this script

PHP Code:
function onPlayerOnline() {
  if(
clientr.firstlogin true) {
    
clientr.firstlogin false;
    
// Adds all the default flags
  
} else {
    
destroy();
  }

Will this work correctly? And if not how can i improve it
__________________
Snk for manager




Quote:
Originally Posted by Admins View Post
Snk for manager of Era

Last edited by iSlayer; 08-23-2010 at 03:13 AM..
Reply With Quote