27.04.2014, 06:20
Use switch, which is less complicated than using if statement.
pawn Код:
switch(modelid)
{
case 432: { if(!PlayerInfo[playerid][pAdminLevel]) } // Player is not an admin.
case 425: { if(!PlayerInfo[playerid][pAdminLevel]) }
}