stock not working
#1

hi guys,
so my stock what i pretend from it is when a player doesnt choose one of those ID's there it returns false but it is returning false on every single time.
PHP Code:
stock IsValidModelPlane(modelid)
{
    
#define    MAX_BAD_MODELS 128
    
new allowedmodels[MAX_BAD_MODELS] =
    {
        
511512513593417469487548563
    
};
    if (
modelid 400 || modelid 611) return false;
    for (new 
0MAX_BAD_MODELSi++)
    {
        if (
modelid != allowedmodels[i]) return false;
    }
    
#undef MAX_BAD_MODELS
    
return 1;

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)