Need help!
#10

I'll try to help you. You should use the MAX_OBJECTS in it, because you now only support one object. It's just like stuff as "PlayerInfo[playerid][data]"
pawn Код:
enum mInfo
{
    Float:mX,
    Float:mY,
    Float:mZ,
    mObject,
    mType
};
new MineInfo[mInfo];
The new MineInfo[mInfo]; should be then new MineInfo[MAX_OBJECTS][mInfo];. The [MAX_OBJECTS] part then would be the ID of the object.
Reply


Messages In This Thread
Need help! - by Faisal_khan - 06.10.2012, 01:06
Re: Need help! - by Lordzy - 06.10.2012, 01:37
Re: Need help! - by Faisal_khan - 06.10.2012, 16:25
Re: Need help! - by Faisal_khan - 09.10.2012, 15:51
Re: Need help! - by Faisal_khan - 10.10.2012, 06:12
Re: Need help! - by Faisal_khan - 10.10.2012, 14:48
Re: Need help! - by Niko_boy - 10.10.2012, 15:03
Re: Need help! - by Faisal_khan - 10.10.2012, 16:15
Re: Need help! - by Faisal_khan - 12.10.2012, 04:35
Re: Need help! - by Kwarde - 12.10.2012, 06:04

Forum Jump:


Users browsing this thread: 2 Guest(s)