/car command not working
#6

pawn Код:
stock GetVehicleModelIDFromName(vehname[])
{
    for(new i = 0; i < 211; i++)
    {
        if (strfind(VehNames[i], vehname, true) != -1) return i + 400;
    }
    return -1;
}
Reply


Messages In This Thread
/car command not working - by Swyft™ - 23.06.2012, 16:23
Respuesta: /car command not working - by Chris1337 - 23.06.2012, 16:31
Re: /car command not working - by Swyft™ - 23.06.2012, 16:36
Re: /car command not working - by igal4576 - 23.06.2012, 16:36
Respuesta: /car command not working - by Chris1337 - 23.06.2012, 16:39
Re: /car command not working - by Swyft™ - 23.06.2012, 16:42
Respuesta: /car command not working - by Chris1337 - 23.06.2012, 16:47
Re: /car command not working - by Swyft™ - 23.06.2012, 16:50
Respuesta: /car command not working - by Chris1337 - 23.06.2012, 16:58
Re: /car command not working - by Swyft™ - 23.06.2012, 17:09

Forum Jump:


Users browsing this thread: 1 Guest(s)