Help me please
#3

You just ripped that PlayerInfo line off and want it to work.

Anyway:

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;
}
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)