[Ajuda] filterscript
#8

Quote:
Originally Posted by Sementinhadomal
Посмотреть сообщение
Код:
new TimerAtuPlayer[MAX_PLAYERS];
new Grana[MAX_PLAYERS];

public OnPlayerConnect(playerid)
{
    TimerAtuPlayer[playerid] = SetTimerEx("UpdatePlayer", 2000, true, "d", playerid);
    return 1;
}

public OnPlayerDisconnect(playerid, reason)
{
    KillTimer(TimerAtuPlayer[playerid]);
    return 1;
}

ai esta
troque o GivePlayerMoney por:

pawn Код:
GivePlayerMoneyEx(id, money)
Fonte:https://sampforum.blast.hk/showthread.php?tid=410279
Reply


Messages In This Thread
REMOVED - by Sementinhadomal - 19.06.2014, 16:55
Re: filterscript - by PT - 19.06.2014, 16:58
Re: filterscript - by Sementinhadomal - 19.06.2014, 17:09
Re: filterscript - by TioSlash - 19.06.2014, 17:19
Re: filterscript - by Sementinhadomal - 19.06.2014, 20:01
Re: filterscript - by TioSlash - 19.06.2014, 20:14
Re: filterscript - by Sementinhadomal - 19.06.2014, 20:21
Re: filterscript - by TioSlash - 19.06.2014, 20:25

Forum Jump:


Users browsing this thread: 3 Guest(s)