Problem with /live (Live interview)
#5

pawn Код:
OnPlayerConnect(playerid)
{
TalkingLive[playerid] = 0;
// the rest
return 1;
}

Then on the command:
pawn Код:
CMD:live(playerid, params[])
{
TalkingLive[playerid] = 1;
Of course put that where they are on the interview thing, not just anywhere.
Reply


Messages In This Thread
Problem with /live (Live interview) - by Grooty - 23.07.2013, 02:08
Re: Problem with /live (Live interview) - by Grooty - 23.07.2013, 12:13
Re: Problem with /live (Live interview) - by ikbenremco - 23.07.2013, 13:46
Re: Problem with /live (Live interview) - by Grooty - 23.07.2013, 21:33
Re: Problem with /live (Live interview) - by JimmyCh - 23.07.2013, 21:40

Forum Jump:


Users browsing this thread: 1 Guest(s)