08.03.2013, 18:25
I think this will work.
Quote:
public OnPlayerConnect(playerid) { ViewingTextDraws[playerid] = 1; } public OnPlayerRequestSpawn(playerid) { if(ViewingTextDraws[playerid] == 1) return 0; return 1; } |