01.06.2011, 19:08
Hi there does anyone know how i can make the players screen go black for 5 seconds when they do /hide?
new Text:BlackTD; //On top of your script
//OnGameModeInit:
BlackTD = TextDrawCreate(0.0, 0.0, "_");
TextDrawUseBox(BlackTD, true);
TextDrawColor(BlackTD, 0);
TextDrawBoxColor(BlackTD, 0x00000000);
//In your cmd:
TextDrawShowForPlayer(playerid, BlackTD);