05.07.2018, 01:51
Yes, but you can show the textdraws if the player is not logged in:
PHP код:
public OnPlayerFinishedDownloading(playerid, virtualworld)
{
if (!logged)
{
Show textdraws...
}
return 1;
}

