How would i be able to do this
#1

Hello


What i am trying to do is if the person has not already made a account, just after the person registers it would send them through a tutorial screen, but if they are already registered they dont have to take the tutorial.


Thank You


Please Help Me Please
Reply
#2

Save in the player account

Ex:
pawn Код:
Tutorial = 1
Reply
#3

Quote:
Originally Posted by Viniborn
Посмотреть сообщение
Save in the player account

Ex:
pawn Код:
Tutorial = 1
Sorry i am slightly new at coding how would i be able to make it know if the player has already had the tutorial if you need any part of my code just ask me


Thank You


Please Help Me Please
Reply
#4

pawn Код:
//Before register
Tutorial = 0


//After register
Tutorial = 1


//On Login
if(Tutorial == 0)
  // Show tutorial
else
  // Spawn player
That's about it ...
Just save this informations in the player account, to use later ...
Reply
#5

Fixed
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)