What is the difference between?
#5

";" must be in the end of variable

like this:
Код:
new Float:checkCoords[MAX_POINTS][4] = {
{354.1745,158.6413,390.2875,188.8046} //CityHallMain
};
you can add checkpoint thus:
Код:
new Float:checkCoords[MAX_POINTS][4] = {//Remember to adjust MAX_POINTS or leave blank dimension at all
{354.1745,158.6413,390.2875,188.8046},
{354.1745,158.6413,390.2875,188.8046},
{354.1745,158.6413,390.2875,188.8046}//on the last line must not be ","
};
Reply


Messages In This Thread
What is the difference between? - by Backup7723 - 27.09.2015, 14:40
Re: What is the difference between? - by Backup7723 - 02.10.2015, 13:51
Re: What is the difference between? - by rappy93 - 02.10.2015, 14:04
Re: What is the difference between? - by GTLS - 02.10.2015, 14:51
Re: What is the difference between? - by ATomas - 02.10.2015, 18:20

Forum Jump:


Users browsing this thread: 2 Guest(s)