Posts: 228
Threads: 25
Joined: Jan 2015
Reputation:
0
Uh, Simply don't call it until they've reached the logged in part of your script.
An then call the textdraw to show
Posts: 255
Threads: 23
Joined: Dec 2014
Reputation:
0
TogglePlayerControllable(playerid,0);
0 means he will be frozen,you must add it under OnPlayerConnect.
don't miss to unfroze him,TogglePlayerControllable(playerid,1); under OnPlayerSpawn.
try this,also idk about textdraw
Posts: 353
Threads: 18
Joined: May 2013
Reputation:
0
TogglePlayerControllable(playerid,0); //Freeze
TogglePlayerControllable(playerid,1); //UnFreeze
Posts: 312
Threads: 83
Joined: Feb 2012
Reputation:
0
Well, And how to hide textdraw until they loggin/register.
Posts: 353
Threads: 18
Joined: May 2013
Reputation:
0
Maybe just spawn the player using, SpawnPlayer(playerid);
on player connect.
Posts: 312
Threads: 83
Joined: Feb 2012
Reputation:
0
Nah, I want after register player should choose a skin. What if he wants to be cop and i spawn it as a robber. It would be unfair. I want let them choose what they want. So. I would be your thankful if give me code how can i hide this textdraw until player done register/login