Simple question
#7

pawn Код:
if(strcmp(cmd, "/respawncopcars", true) == 0)
{
    for(new i=0; i < MAX_VEHICLES; i++)
    {
        if(IsACopCar(i))
        {
            SetVehicleToRespawn(i)
        }
    }
    return 1;
}
Something like that? Though I would have to see your IsACopCar if that isn't right
Reply


Messages In This Thread
Simple question - by Thedya - 26.01.2012, 23:16
Re: Simple question - by Tanush123 - 26.01.2012, 23:18
Re: Simple question - by Gh05t_ - 26.01.2012, 23:19
Re: Simple question - by [ABK]Antonio - 26.01.2012, 23:19
Re: Simple question - by Thedya - 26.01.2012, 23:25
Re: Simple question - by Thedya - 26.01.2012, 23:39
Re: Simple question - by [ABK]Antonio - 26.01.2012, 23:52

Forum Jump:


Users browsing this thread: 1 Guest(s)