10.11.2013, 01:13
Hi i get the next error when i try to compile : filterscripts\LuxAdmin.pwn(12241) : warning 209: function "GetPlayerAVSAdmin" should return a value
the line is:
forward GetPlayerAVSAdmin(playerid);
public GetPlayerAVSAdmin(playerid)
{
if(AccInfo[playerid][Level] >= 5)
return GetPlayerAVSAdmin(playerid);
}
the line is:
forward GetPlayerAVSAdmin(playerid);
public GetPlayerAVSAdmin(playerid)
{
if(AccInfo[playerid][Level] >= 5)
return GetPlayerAVSAdmin(playerid);
}