Quote:
Originally Posted by Backwardsman97
Well isn't that what you made it to do? Hide one, show another?
Also, you don't have to use SetTimerEx here.
pawn Code:
RTDS_Timer = SetTimerEx("Random_Messages", 85000, 1, "i");
//Can just be RTDS_Timer = SetTimer("Random_Messages", 85000, 1);
|
It hides everything, ok thanks Ill edit that