can't shear regular variebles with CallRemoteFunction
#1

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:

Quote:

error 017: undefined symbol "zInfo"
error 017: undefined symbol "zInfo"
error 017: undefined symbol "zInfo"
error 017: undefined symbol "zInfo"
error 017: undefined symbol "zInfo"
error 017: undefined symbol "zInfo"

how do i shear that?
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)