Player Textdraw Not Showing - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Player Textdraw Not Showing (
/showthread.php?tid=609679)
Player Textdraw Not Showing -
Max_Andolini - 15.06.2016
Solved*
Re: Player Textdraw Not Showing -
Max_Andolini - 15.06.2016
Help.
Re: Player Textdraw Not Showing -
OstGot - 15.06.2016
PlayerTextDrawShow function returns 1 if all goes well (playerid and textdraw are valid and created). Try to print in the console value that it returns here, to make sure that the code works:
Code:
PlayerTextDrawShow(playerid, Karakter[playerid][8]);
PlayerTextDrawShow(playerid, Karakter[playerid][9]);
PlayerTextDrawShow(playerid, Karakter[playerid][10]);
PlayerTextDrawShow(playerid, Karakter[playerid][11]);
PlayerTextDrawShow(playerid, Karakter[playerid][12]);
PlayerTextDrawShow(playerid, Karakter[playerid][13]);
PlayerTextDrawShow(playerid, Karakter[playerid][14]);
PlayerTextDrawShow(playerid, Karakter[playerid][15]);
Unfortunately I have no more ideas...
Re: Player Textdraw Not Showing -
Max_Andolini - 15.06.2016
Solved*