29.06.2015, 02:28
if you want to stay to OnPlayerConnect you have to add TogglePlayerSpectating(playerid, true);
ex public OnPlayerConnect(playerid)
{
TogglePlayerSpectating(playerid, true);
return 1;
}
after you finish with the textdraw go to the line the you add TextDrawHideForPlayer... and add under TogglePlayerSpectating(playerid, false);
ex public OnPlayerConnect(playerid)
{
TogglePlayerSpectating(playerid, true);
return 1;
}
after you finish with the textdraw go to the line the you add TextDrawHideForPlayer... and add under TogglePlayerSpectating(playerid, false);