Why is this crashing my server?
#3

nvm, fixed it...
if someone's interested:
3dimensional arrays must be fully initialized
pawn Код:
new Float:SweepMission[1][NUMBER][3]


edit:
Quote:
Originally Posted by Ironboy
Посмотреть сообщение
pawn Код:
new Float:SweepMission[2][1] =
{
        {1008.6558,-1156.7506,23.5620},
        {1008.6558,-1156.7506,23.5620}
};
If it is a checkpoint you must be providing with the size of the cp.
the size is specified when setting the checkpoint, and the problem on cutting of 1 dimension is that this will remove the option to add more than 1 mission to the same array, but thanks anyways
Reply


Messages In This Thread
Why is this crashing my server? - by Sascha - 16.01.2015, 12:18
Re: Why is this crashing my server? - by Ironboy - 16.01.2015, 12:23
Re: Why is this crashing my server? - by Sascha - 16.01.2015, 12:24

Forum Jump:


Users browsing this thread: 1 Guest(s)