#1

Well, How to freeze player while player's register/loggin place. Something like toggle?

Also, How to hide this if player didn't login yet. As you can see in the pic. How to hide this textdraw if player didn't login yet.

Reply
#2

Uh, Simply don't call it until they've reached the logged in part of your script.
An then call the textdraw to show
Reply
#3

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
Reply
#4

TogglePlayerControllable(playerid,0); //Freeze
TogglePlayerControllable(playerid,1); //UnFreeze
Reply
#5

Well, And how to hide textdraw until they loggin/register.
Reply
#6

Maybe just spawn the player using, SpawnPlayer(playerid);
on player connect.
Reply
#7

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)