anim's not working, only id 0 spectating?
#2

pawn Код:
public Spectate()
{
for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i))
        {
            TogglePlayerSpectating(i, true);
                        }
                }
return 1;
         }

Your SetTimer will work just 10sec after that action, though. Since it's 10000. You had to wait 10sec.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)