06.10.2015, 04:55
Dear friends! I have a problem and Chato in TextDraw, it appears on the screen without being called. This TextDraw is to appear only in the start screen and disappear when the player is playing.
Image Home screen:
OnPlayerRequestClass (This place is also Dialog Password)
After the player enter your password. The TextDraw disappear from the screen, how to actually happen.
Game Screen:
OnPlayerSpawn:
Playing for 30 seconds. A TextDraw the Home screen reappears on the screen.
Error time:
Is TextDraw is not called! But it appears anyway!
How to solve?
Image Home screen:
OnPlayerRequestClass (This place is also Dialog Password)
pawn Код:
TextDrawShowForPlayer(playerid, TextLogin0);
TextDrawShowForPlayer(playerid, TextLogin1);
TextDrawShowForPlayer(playerid, TextLogin2);
TextDrawShowForPlayer(playerid, TextLogin3);
TextDrawShowForPlayer(playerid, TextLogin4);
TextDrawShowForPlayer(playerid, TextLogin5);
TextDrawShowForPlayer(playerid, TextLogin6);
TextDrawShowForPlayer(playerid, TextLogin7);
TextDrawShowForPlayer(playerid, TextLogin8);
Game Screen:
OnPlayerSpawn:
pawn Код:
TextDrawHideForPlayer(playerid, TextLogin0);
TextDrawHideForPlayer(playerid, TextLogin1);
TextDrawHideForPlayer(playerid, TextLogin2);
TextDrawHideForPlayer(playerid, TextLogin3);
TextDrawHideForPlayer(playerid, TextLogin4);
TextDrawHideForPlayer(playerid, TextLogin5);
TextDrawHideForPlayer(playerid, TextLogin6);
TextDrawHideForPlayer(playerid, TextLogin7);
TextDrawHideForPlayer(playerid, TextLogin8);
Error time:
Is TextDraw is not called! But it appears anyway!
How to solve?