Porque no funciona?
#3

PHP код:
stock IsTransfenderVehicle(model)
{
    switch(
model)
    {
        case 
400,401,402,404,405,409,410,411,415,418,419,420,421,422,424,426,436,438,439,
        
442,445,451,458,466,467,474,475,477,478,479,480,489,491,492,496,500,505,506,
        
507,516,517,518,527,526,529,533,540,541,542,545,546,547,549,550,551,555,575,
        
579,580,585,587,589,600,602,603: return 1;
    }
    return 
0;
}
 
stock IsLocolowVehicle(model)
{
    switch(
model)
    {
        case 
412,534,535,536,566,567,576: return 1;
    }
    return 
0;
}
 
stock IsWAAVehicle(model)
{
    switch(
model)
    {
        case 
558,559,560,561,562,565: return 1;
    }
    return 
0;
}

http://pastebin.com/f4359f033
Reply


Messages In This Thread
Porque no funciona? - by ForTrezZ - 12.08.2015, 02:34
Respuesta: Porque no funciona? - by pabloalber84 - 12.08.2015, 02:48
Respuesta: Porque no funciona? - by OTACON - 12.08.2015, 02:52
Respuesta: Porque no funciona? - by ForTrezZ - 12.08.2015, 03:14
Re: Porque no funciona? - by NullBot - 12.08.2015, 12:20

Forum Jump:


Users browsing this thread: 1 Guest(s)