29.01.2018, 12:30
delete line with: TextDrawShowForAll(helpingtext);
Add this to public OnPlayerConnect or OnPlayerSpawn:
TextDrawShowForPlayer(playerid, helpingtext);
EDIT: Flamehaze7 is right, check that you are creating textdraw in public OnGameModeInit and then u can use what i wrote
Add this to public OnPlayerConnect or OnPlayerSpawn:
TextDrawShowForPlayer(playerid, helpingtext);
EDIT: Flamehaze7 is right, check that you are creating textdraw in public OnGameModeInit and then u can use what i wrote