Posts: 386
Threads: 84
Joined: Feb 2013
Reputation:
0
Hi All.I need help with the Textdraw << >> Spawn. How to remove that textdraw ? Example: When player goes to tutorial and << >> Spawn showing but i have tutorial system with Cameras Timers and others and now when player press Spawn he going to the Questions ? How to remove It PLease Help REPing ++
Posts: 1,767
Threads: 124
Joined: Mar 2010
Put player into spectacting mode or return false in OnPlayerRequestSpawn (while player is watching tutorial).
Posts: 386
Threads: 84
Joined: Feb 2013
Reputation:
0
How to put to player spectating ?
Posts: 1,767
Threads: 124
Joined: Mar 2010
Posts: 386
Threads: 84
Joined: Feb 2013
Reputation:
0
Not Working :/ OnPlayerRequestClass i put TogglePlayerSpectating(playerid, 1); and don't showing cameras show me message only Connected to ....
Posts: 1,767
Threads: 124
Joined: Mar 2010
Put TogglePlayerSpectating in OnPlayerConnect callback on the top, then start player a tutorial and when tutorial finishes remove player from Spectating mode and force player a class selection. However you can try y_classes, much easier and accurate to use (I mean Class_DenySelection and other functionality).
Posts: 386
Threads: 84
Joined: Feb 2013
Reputation:
0
Ok now going to test it .. I put TogglePlayerSpectating(playerid, 1); on OnPlayerConnect but on OnPlayerSpawn put TogglePlayerSpectating(playerid, 0); Yes ?
Posts: 149
Threads: 59
Joined: Jan 2013
Reputation:
0
OnplayerSpwan
TextDrawHideForPlayer(playerid, your textdaraw name);
Posts: 386
Threads: 84
Joined: Feb 2013
Reputation:
0
OMG ARE YOU RETARDED BOT ?! THAT IS GTA TEXTDRAW NOT MY BOOOOIT !
Posts: 1,767
Threads: 124
Joined: Mar 2010
Quote:
Originally Posted by Configuration
OnplayerSpwan
TextDrawHideForPlayer(playerid, your textdaraw name);
|
Quote:
Originally Posted by ScripteRMKD
OMG ARE YOU RETARDED BOT ?! THAT IS GTA TEXTDRAW NOT MY BOOOOIT !
|
?
Quote:
Originally Posted by ScripteRMKD
Riddick if you want to help me bro ?
|
TogglePlayerSpectating(playerid, true); - top of your OnPlayerConnect callback. When player finish his tutorial, then set his spectating mode to false, no OnPlayerSpawn, how you're checking that player watched whole tutorial, are you counting it by variable or what?