Comando de respawn sin uso, funciona mal
#7

Modifiquй tu comando, pero al usarlo se efectъa correctamente pero muestra el texto del comando incorrecto/inexistente que tiene mi GM.

їCerrй mal o hice algo mal en el comando?

Код:
    CMD:racs(playerid, params[])
{
	for(new i=0; i<MAX_VEHICLES; i++)
	{
		if(!IsVehicleOcuppied(i))
		{
		    SetVehicleToRespawn(i);

			   if( CarInfo[ i ][ cOwned ] == 1 )
			   SetVehicleParamsEx( i, 0, 0, 0, 1, 0, 0, 0 );
			   else
			   SetVehicleParamsEx( i, 0, 0, 0, 0, 0, 0, 0 );

			   engineOn[i] = false;
			   ChangeVehicleColor(i, CarInfo[i][cColorOne], CarInfo[i][cColorTwo]);
			   AddCarTuning( i );
		}
      }
  return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)