Hi, I've got this code
But the TextDraw isn't showing.
Code:
public OnPlayerSpawn(playerid){
for(new t=0;t<5;t++){
TextDrawShowForPlayer(playerid,MiniChat[t]);
}
return 1;
}