07.01.2018, 20:51
I don't know how did you defined your enum and your pCharCreateTD array, but I think this should work:
When you create an enum, every value in that enum is tagged with it's name, so PlayerTextDrawShow expects an PlayerText: tag but gets other tag (also note that PlayerText is a strong tag).
More info: https://sampforum.blast.hk/showthread.php?tid=318307 about enums
https://sampwiki.blast.hk/wiki/Scripting:tags about tags, strong tags etc
PHP код:
PlayerTextDrawShow(playerid, PlayerText:pCharCreateTD[playerid][CHAR_TEXTDRAW_AGE]);
More info: https://sampforum.blast.hk/showthread.php?tid=318307 about enums
https://sampwiki.blast.hk/wiki/Scripting:tags about tags, strong tags etc