loose indentation. appreciate any help please
#6

pawn Код:
CMD:openlocker(playerid, params[])
{
    if(IsPlayerInRangeOfPoint(playerid,3.0,278.4005,-175.9992,999.6060))
    {
        if(PlayerInfo[playerid][pDonator] >= 3)
        {
          GivePlayerValidAdminWeapon(playerid, 27, 99999);
          GivePlayerValidAdminWeapon(playerid, 29, 99999);
          GivePlayerValidAdminWeapon(playerid, 31, 99999);
        }
        else return SendClientMessage(playerid, COLOR_GREY, "You are not near the locker");
    } else return SendClientMessage(playerid, COLOR_GREY, "You Are Not Vip.");
    return 1;
}
there we go got it cheers fellas +rep'd both of you for the help
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)