stock not working
#3

I don't really see any reason for using a local array and a loop:

pawn Code:
IsValidModelPlane(modelid)
{
    switch (modelid)
    {
        case 511, 512, 513, 593, 417, 469, 487, 548, 563: return 1;
    }
    return 0;
}
Reply


Messages In This Thread
stock not working - by GunZsmd - 06.08.2016, 17:22
Re: stock not working - by Misiur - 06.08.2016, 17:27
Re: stock not working - by Konstantinos - 06.08.2016, 18:30
Re: stock not working - by Shinja - 06.08.2016, 18:51
Re: stock not working - by Konstantinos - 06.08.2016, 18:53

Forum Jump:


Users browsing this thread: 1 Guest(s)