How To Stay In OnPlayerConnect?
#10

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);
Reply


Messages In This Thread
How To Stay In OnPlayerConnect? - by amirab - 30.05.2015, 11:55
Re: How To Stay In OnPlayerConnect? - by J0sh... - 30.05.2015, 11:57
Re: How To Stay In OnPlayerConnect? - by amirab - 30.05.2015, 12:03
Re: How To Stay In OnPlayerConnect? - by J0sh... - 30.05.2015, 12:03
Re: How To Stay In OnPlayerConnect? - by amirab - 30.05.2015, 13:21
Re: How To Stay In OnPlayerConnect? - by mohsen9010 - 28.06.2015, 07:28
Re: How To Stay In OnPlayerConnect? - by Sergei - 28.06.2015, 07:33
Re: How To Stay In OnPlayerConnect? - by mohsen9010 - 28.06.2015, 08:02
Re: How To Stay In OnPlayerConnect? - by Evocator - 28.06.2015, 08:19
Re: How To Stay In OnPlayerConnect? - by kyriakos587 - 29.06.2015, 02:28

Forum Jump:


Users browsing this thread: 1 Guest(s)