can't shear regular variebles with CallRemoteFunction
#3

Quote:
Originally Posted by ancezas
Посмотреть сообщение
hi, i have this script:

pawn Код:
CallRemoteFunction("GetPatirtis", "i", zInfo[ playerid ][ Patirtis ]);
    CallRemoteFunction("GetPinigai", "i", zInfo[ playerid ][ Pinigai ]);
and in .inc have this one:
pawn Код:
forward GetMoney(playerid);
public GetMoney(playerid)
{
    return zInfo[playerid][Pinigai];
}
forward GetPatirtis(playerid);
public GetPatirtis(playerid)
{
    return zInfo[playerid][Patirtis];
}
have these Errors on include:



how do i shear that?
Thats not possibel because you can call every Function but not the values.

you can use an include it put all values there or you can use PVars , or you can hook function in your gamemode
which change the values of your array
Reply


Messages In This Thread
can't shear regular variebles with CallRemoteFunction - by ancezas - 17.01.2013, 13:50
Re: can't shear regular variebles with CallRemoteFunction - by Patrick - 17.01.2013, 13:55
Re: can't shear regular variebles with CallRemoteFunction - by IPrototypeI - 17.01.2013, 13:56
Re: can't shear regular variebles with CallRemoteFunction - by ancezas - 17.01.2013, 13:58
Re: can't shear regular variebles with CallRemoteFunction - by ancezas - 17.01.2013, 14:11
Re: can't shear regular variebles with CallRemoteFunction - by SuperViper - 17.01.2013, 14:30

Forum Jump:


Users browsing this thread: 2 Guest(s)