[Ajuda] CallRmoteFuction
#5

Quote:
Originally Posted by Willian_Luigi
Посмотреть сообщение
pawn Код:
//FS

forward receber_valor(playerid, val);
public receber_valor(playerid, val)
{
    PlayerData[playerid][Level] = val;
}

//GM

forward enviar_valor(playerid, val);
public enviar_valor(playerid, val)
{
    CallRemoteFunction("receber_valor", "ii", playerid, val);
}

//modo de uso no FS

printf("%d", PlayerData[playerid][Level]);

//modo de uso no GM

enviar_valor(playerid, APlayerData[playerid][PlayerLevel]);
Nгo intendi muito bem isso ai mais eu queria sу enviar essa variavel para o gm a funзгo dessa variavel й pegar o level de admin..
pawn Код:
if (APlayerData[playerid][PlayerLevel] >= 2)
Desse jeito que vc fez eu coloquei as coisas tudo certo mais nгo intendi onde colocar isso:
pawn Код:
enviar_valor(playerid, APlayerData[playerid][PlayerLevel]);
й acima da funзгo que eu quero enviar?
Reply


Messages In This Thread
CallRmoteFuction - by ThiagoMK - 25.07.2013, 18:13
Re: CallRmoteFuction - by WLSF - 25.07.2013, 18:14
Re : CallRmoteFuction - by ThiagoMK - 25.07.2013, 18:17
Re: CallRmoteFuction - by WLSF - 25.07.2013, 18:21
Re : Re: CallRmoteFuction - by ThiagoMK - 25.07.2013, 18:37
Re: Re : Re: CallRmoteFuction - by WLSF - 25.07.2013, 18:38
Re : CallRmoteFuction - by ThiagoMK - 25.07.2013, 18:58
Re: CallRmoteFuction - by WLSF - 25.07.2013, 18:59
Re : CallRmoteFuction - by ThiagoMK - 25.07.2013, 19:04

Forum Jump:


Users browsing this thread: 1 Guest(s)