Problem with giveplayerMoney to right person
#2

pawn Код:
//When player robs
SetTimerEx("Robbery", 9000, false, "id", playeridwhorobbed, amountofmoneystolen);

forward Robbery(playerid, money);
public Robbery(playerid, money)
{
    GivePlayerMoney(playerid, money);
    return 1;
}
NOTE: These are just examples, you have to replace things like 'playeridwhorobbed' and 'amountofmoneystolen' with the appropriate values.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)