Count is going wrong
#10

PHP код:
//This will allow you to change the max weed plants easier if your community is crying because they can only plant 10.
#define MAX_WEED_PLANTS 10
new WeedPlants[MAX_PLAYERS][MAX_WEED_PLANTS];
for(new 
plant 0plant MAX_WEED_PLANTS plant++)
{
    if(
WeedPlants[playerid][plant] == INVALID_OBJECT_ID)return plant;
        
//will return the next free slot

Reply


Messages In This Thread
Count is going wrong - by lulo356 - 04.02.2016, 16:17
Re: Count is going wrong - by StreetRP - 04.02.2016, 17:01
Re: Count is going wrong - by Yashas - 04.02.2016, 17:11
Re: Count is going wrong - by lulo356 - 04.02.2016, 18:47
Re: Count is going wrong - by Marcuse - 04.02.2016, 19:56
Re: Count is going wrong - by lulo356 - 04.02.2016, 20:11
Re: Count is going wrong - by Sew_Sumi - 04.02.2016, 21:22
Re: Count is going wrong - by Marcuse - 04.02.2016, 21:25
Re: Count is going wrong - by lulo356 - 04.02.2016, 21:51
Re: Count is going wrong - by GangstaSunny - 05.02.2016, 06:20

Forum Jump:


Users browsing this thread: 1 Guest(s)