ALL The commands Just stop working EXPECT RCON.
#3

Nevermind <<<<<<<<<<<<<<<<<<<<<
I edited it, got it fixed.
now its
pawn Код:
if (strcmp(cmd, "/givemexc", true) == 0)
    {
      SendClientMessage(playerid, COLOR_YELLOW, "{ ! } You earned 1 XCash!");
      PlayerInfo[playerid][pXcash]++;
      return 1;
    }
btw it was
pawn Код:
stock GivePlayerXcash(playerid, money)
{
    Xcash[playerid] += money;
    ResetMoneyBar(playerid);
    UpdateMoneyBar(playerid,Xcash[playerid]);
    return Xcash[playerid];
}
Reply


Messages In This Thread
ALL The commands Just stop working EXPECT RCON. - by DaHP14Y3R - 08.04.2010, 20:09
Re: ALL The commands Just stop working EXPECT RCON. - by dice7 - 08.04.2010, 20:17
Re: ALL The commands Just stop working EXPECT RCON. - by DaHP14Y3R - 08.04.2010, 20:33

Forum Jump:


Users browsing this thread: 1 Guest(s)