need help with send values from FS TO GM
#5

I'm sending from fs the enum to gm
pawn Code:
CallRemoteFunction("callMe","ddd",0,shit,PlayerInfo[0][shit]);
forward callMe(playerid,key,date);
public callMe(playerid,key,date)
{
    PlayerInfo[playerid][key]=date;//line 36
    printf("shit = %d",PlayerInfo[playerid][key]); //line 37
    return 1;
}
I'm thinking the enum is not simple variable, could be other type like bool,float,etc
Reply


Messages In This Thread
need help with send values from FS TO GM - by mineralo - 21.06.2013, 11:57
Re: need help with send values from FS TO GM - by Smokkr - 21.06.2013, 12:01
Re: need help with send values from FS TO GM - by mineralo - 21.06.2013, 12:06
Re: need help with send values from FS TO GM - by mineralo - 21.06.2013, 12:09
Re: need help with send values from FS TO GM - by mineralo - 21.06.2013, 12:13
Re: need help with send values from FS TO GM - by mineralo - 21.06.2013, 12:17

Forum Jump:


Users browsing this thread: 3 Guest(s)