Help me please
#4

pawn Код:
CMD:buygoldvip(playerid, params[])
{
    if (IsPlayerInRangeOfPoint(playerid, 3.0, 324.09, 1119.37, 1083.88) && PlayerInfo[playerid][pDonateRank] > 1)
    {
        GivePlayerMoney(playerid, -70000000);
    }
    return 1;
}
@Spartaaaaa & DaniceMcHarley: It needs to be in an if statement, otherwise it's invalid.
Reply


Messages In This Thread
Help me please - by Moleex - 14.05.2014, 12:39
Re: Help me please - by Spartaaaaa - 14.05.2014, 14:45
Re: Help me please - by DaniceMcHarley - 14.05.2014, 14:49
Re: Help me please - by Konstantinos - 14.05.2014, 14:49

Forum Jump:


Users browsing this thread: 1 Guest(s)