bankrob
#5

Код:
stock OnBankRob(playerid, bankid, amount) // this goes anywhere in the script outside of a callback or function
{
    new string[128], pNick[MAX_PLAYER_NAME];
    GetPlayerName(playerid, pNick, MAX_PLAYER_NAME);
    switch(bankid)
    {
        case LS_BANK: format(string, sizeof string, "%s (%d) has stolen $%d from The Los Santos Bank In Pershing Square!", pNick, playerid, amount);
    }
    SendClientMessage(playerid,TEAL, string);
    return 1;
}
cozz there is 1 othe player in your server
Reply


Messages In This Thread
bankrob - by Kar - 12.06.2010, 06:05
Re: bankrob - by TTJJ - 12.06.2010, 06:14
Re: bankrob - by cessil - 12.06.2010, 06:18
Re: bankrob - by Kar - 12.06.2010, 06:54
Re: bankrob - by (SF)Noobanatior - 12.06.2010, 06:56
Re: bankrob - by Kar - 12.06.2010, 07:09
Re: bankrob - by DJDhan - 12.06.2010, 07:55

Forum Jump:


Users browsing this thread: 1 Guest(s)