[Ajuda] CallRemoteFunction
#10

pawn Код:
// Codigo do GM

public MovimentoBancario(playerid, pGrana) // Money Hack
{
    pDataGM[playerid][pDin] = pDataGM[playerid][pDin] + pGrana; ResetPlayerMoney(playerid);
    GivePlayerMoney(playerid, pDataGM[playerid][pDin]);
}

// codigo no FS

CallRemoteFunction("MovimentoBancario","dd",playerid, 8500);
Pq o player nao ta ganahndo o money dele?[/QUOTE]

Hum estranho , olha faz o seguinte comenta as linhas que tens na public ( usando as "//" ) e depois mete simplesmente
pawn Код:
print ( "MovimentoBancario Chamado!" ) ;
Reply


Messages In This Thread
[Ajuda] CallRemoteFunction - by Mattos - 20.10.2011, 19:51
Re: [DUVIDA] CallRemoteFunction - by SlashPT - 20.10.2011, 19:53
Re: [DUVIDA] CallRemoteFunction - by Mattos - 20.10.2011, 20:00
Re: [DUVIDA] CallRemoteFunction - by [O.z]Caroline - 20.10.2011, 20:02
Re: [DUVIDA] CallRemoteFunction - by SlashPT - 20.10.2011, 20:10
Re: [DUVIDA] CallRemoteFunction - by WLSF - 20.10.2011, 20:11
Re: [DUVIDA] CallRemoteFunction - by Paramount. - 20.10.2011, 20:43
Re: [DUVIDA] CallRemoteFunction - by [O.z]Caroline - 20.10.2011, 21:20
Re: [DUVIDA] CallRemoteFunction - by Mattos - 21.10.2011, 01:06
Re: [DUVIDA] CallRemoteFunction - by SlashPT - 21.10.2011, 07:06

Forum Jump:


Users browsing this thread: 1 Guest(s)