Posts: 465
Threads: 135
Joined: Dec 2011
Reputation:
0
ok when a player registers he is givem my default skin ID 217 and i want it so when he spawns for the first time a dialog shows up allowing him to enter a skin ID that he wants and it will save to his account
it must use this to save [pModel] plz help
Posts: 465
Threads: 135
Joined: Dec 2011
Reputation:
0
but wont that make it so every time he dies then spawns or relogs it will show every tiem?
Posts: 3,715
Threads: 358
Joined: Apr 2012
Reputation:
0
Create a global variable.
OnPlayerConnect set the global variable to 0. onplayerdisconnect too.
then check if the global variable 0 onplayerspawn. if 0, then show the dialog.
if its not 0 then don't make it show.
Posts: 783
Threads: 101
Joined: May 2009
Reputation:
0
Make their skin save in their user file and when they spawn just get their saved skin and set it.
edit you guys beat me to it
Posts: 1,197
Threads: 213
Joined: Feb 2011
Reputation:
0
If it's an NGRP script then anyone would be stupid to help you.