[GameMode] [GM] Grand Theft Auto: Injection
#8

Alejandro, i don't know why you mirror all things you see lol. And you should ask the scripter if he allow you to do. Some scripters, such as me, don't want their works to be mirrored.

About the script itself: i don't understand why you do:
pawn Code:
stock GivePlayerMoneyEx(playerid, amount)
{
    if(amount <= -1) pInfo[playerid][moneyEx] = pInfo[playerid][moneyEx] - amount;
    if(amount >= 1) pInfo[playerid][moneyEx] = pInfo[playerid][moneyEx] + amount;
    GivePlayerMoney(playerid, amount);
}
You could just do
pawn Code:
stock GivePlayerMoneyEx(playerid, amount)
{
    pInfo[playerid][moneyEx] += amount;
    GivePlayerMoney(playerid, amount);
}
or i'm missing something
Reply


Messages In This Thread
[GM] Grand Theft Auto: Injection - by Pixels^ - 17.10.2007, 00:43
Re: [GM] Grand Theft Auto: Injection 0.0.1 - by frost96 - 17.10.2007, 01:28
Re: [GM] Grand Theft Auto: Injection 0.0.1 - by Pixels^ - 17.10.2007, 01:31
Re: [GM] Grand Theft Auto: Injection 0.0.1 - by frost96 - 17.10.2007, 01:37
Re: [GM] Grand Theft Auto: Injection 0.0.1 - by Maikel - 17.10.2007, 08:21
Re: [GM] Grand Theft Auto: Injection 0.0.1 - by nate660 - 17.10.2007, 20:05
Re: [GM] Grand Theft Auto: Injection 0.0.1 - by Alejandro - 17.10.2007, 21:07
Re: [GM] Grand Theft Auto: Injection 0.0.1 - by yom - 17.10.2007, 21:22
Re: [GM] Grand Theft Auto: Injection 0.0.1 - by Pixels^ - 17.10.2007, 21:56
Re: [GM] Grand Theft Auto: Injection 0.0.1 - by Alejandro - 17.10.2007, 23:22

Forum Jump:


Users browsing this thread: 1 Guest(s)