YINI Problem :/
#2

Here:

pawn Код:
forward @load_user_position(playerid, name[], value[]);

@load_user_position(playerid, name[], value[])
{
    INI_Float("PositionX", YPosInfo[playerid][PosX]);
    INI_Float("PositionY", YPosInfo[playerid][PosY]);
    INI_Float("PositionZ", YPosInfo[playerid][PosZ]);
    INI_Float("Angle", YPosInfo[playerid][Angle]);
    INI_Int("Interior", YPosInfo[playerid][Interior]);
    INI_Int("VirtualWorld", YPosInfo[playerid][VirtualWorld]);
    return 1;
}
Reply


Messages In This Thread
YINI Problem :/ - by Youssef214 - 23.05.2014, 14:21
Re: YINI Problem :/ - by Youssef214 - 23.05.2014, 14:25
Re: YINI Problem :/ - by Youssef214 - 23.05.2014, 14:48
Re: YINI Problem :/ - by AroseKhanNiazi - 23.05.2014, 15:01
Re: YINI Problem :/ - by Youssef214 - 23.05.2014, 15:08
Re: YINI Problem :/ - by AroseKhanNiazi - 23.05.2014, 15:10

Forum Jump:


Users browsing this thread: 1 Guest(s)