31.05.2011, 18:07
Just set a timer that will check every 3 seconnds whats the player mission and set it .....to the right one
if(mission[playerid] == 1)
{
TextdrawSetString(textdraw,"mission 1");
}
if(mission[playerid] == 1)
{
TextdrawSetString(textdraw,"mission 1");
}

