OnPlayerPause
#14

Quote:
Originally Posted by Gertin
Посмотреть сообщение
pawn Код:
public OnPlayerUpdate(playerid)
{
    //P_OnPlayerUpdate(playerid);
    //Delete3DTextLabel( Away[ playerid ] );
    bPaused[playerid] = 0;
    return bPaused[i] = 1;
}
When i use that, come error :
Код:
C:\Users\Gertin\Desktop\afkFS.pwn(261) : error 017: undefined symbol "i"
and that is line in :
pawn Код:
return bPaused[i] = 1;
pawn Код:
return bPaused[i] = 1;
to
pawn Код:
return bPaused[playerid] = 1;
Reply


Messages In This Thread
OnPlayerPause - by Gertin - 06.03.2011, 13:33
Re: OnPlayerPause - by alpha500delta - 06.03.2011, 15:10
Re: OnPlayerPause - by Stigg - 06.03.2011, 15:13
Re: OnPlayerPause - by Gertin - 06.03.2011, 15:14
Re: OnPlayerPause - by Gertin - 06.03.2011, 15:45
Re: OnPlayerPause - by Stigg - 06.03.2011, 15:53
Re: OnPlayerPause - by Gertin - 06.03.2011, 17:23
Re: OnPlayerPause - by Scrip - 06.03.2011, 18:52
Re: OnPlayerPause - by Gertin - 06.03.2011, 18:53
Re: OnPlayerPause - by alpha500delta - 06.03.2011, 19:43
Re: OnPlayerPause - by Gertin - 07.03.2011, 14:56
Re: OnPlayerPause - by Davz*|*Criss - 07.03.2011, 15:08
Re: OnPlayerPause - by Gertin - 07.03.2011, 15:14
Re: OnPlayerPause - by Unknown123 - 07.03.2011, 15:15
Re: OnPlayerPause - by Davz*|*Criss - 07.03.2011, 15:16
Re: OnPlayerPause - by alpha500delta - 07.03.2011, 15:28
Re: OnPlayerPause - by Gertin - 07.03.2011, 20:03
Re: OnPlayerPause - by Stigg - 07.03.2011, 20:05

Forum Jump:


Users browsing this thread: 2 Guest(s)