Warning
#1

pawn Код:
warning 209: function "OnPlayerUpdate" should return a value
Hi, I need this to work so I can become "Invisible" to other players.

pawn Код:
public OnPlayerUpdate(playerid)
{
    if( PlayerInfo[playerid][Invisible] == 1)
    return 0;
}
Reply


Messages In This Thread
Warning - by cloudysky - 16.07.2011, 18:40
Re: Warning - by Backwardsman97 - 16.07.2011, 18:47
Re: Warning - by cloudysky - 16.07.2011, 18:51
Re: Warning - by Runedog48 - 16.07.2011, 18:56
Re: Warning - by cloudysky - 16.07.2011, 18:58
Re: Warning - by Wesley221 - 16.07.2011, 19:28
Re: Warning - by [MG]Dimi - 16.07.2011, 19:44
Re: Warning - by Babul - 16.07.2011, 19:47
Re: Warning - by Kush - 16.07.2011, 20:07

Forum Jump:


Users browsing this thread: 2 Guest(s)