Spectating problem
#4

pawn Код:
if(pid != INVALID_PLAYER_ID)
{
    `           TogglePlayerSpectating(playerid, 1);
    PlayerSpectatePlayer(playerid, pid);
    format(string2, sizeof(string2), "You are now speccing %s", PlayerName(playerid));
    SCM(playerid, YELLOW, string2);
}
There's "` " before TogglePlayerSpectating function which is invalid. Just delete it.
Reply


Messages In This Thread
Spectating problem - by Duck4coder - 02.02.2014, 23:17
Re: Spectating problem - by donhu789 - 03.02.2014, 09:09
Re: Spectating problem - by Duck4coder - 05.02.2014, 16:35
Re: Spectating problem - by Konstantinos - 05.02.2014, 16:38
Re: Spectating problem - by Duck4coder - 05.02.2014, 16:40

Forum Jump:


Users browsing this thread: 1 Guest(s)