23.07.2018, 13:17
first you should remove
**** NEXT STEP:
then you should add
at the top of your script (under includes)...
**** NEXT STEP:
also you should put the
under OnGameModeInit
**** NEXT STEP:
if it didnt solved , tell me the line-number of
and
**** NEXT STEP:
If it helped , dont forget rep... THX
PHP код:
new Text:Global_HUD_Txd;
then you should add
PHP код:
new Text:Global_HUD_Txd[7];
**** NEXT STEP:
also you should put the
PHP код:
Global_HUD_Txd[0] = TextDrawCreate....
Global_HUD_Txd[1] = TextDrawCreate....
Global_HUD_Txd[2.....
**** NEXT STEP:
if it didnt solved , tell me the line-number of
PHP код:
new Text:Global_HUD_Txd[7];
PHP код:
public OnGameModeInit()
If it helped , dont forget rep... THX